
Originally Posted by
Anshoo_Arora
Count the number of WebTables every time on this particular page and use "If .. Then" statement to identify the WebTable at hand. Something like this:
' (Script) Count #s of WebTables
' If WebTables=Some_Number Then
' Do Action_1
' Else
' Do Action_2
' EndIf
*I am not able to edit the post above, so need to make a new one*
Could you please check if all the properties of the WebTables are the same? Check for properties like Innertext, name, etc. If even the innertext is different, we can make the script work for the WebTables. If not, you can count the number of WebTables, and depending upon the order, perform the necessary action on the WebTable that you want.