01-05-2014, 02:01 PM
say I want to count the nos of all the objects on the page which have
html tag = "A" OR innertext="B"
what will be the syntax for the same.
TIA
html tag = "A" OR innertext="B"
what will be the syntax for the same.
Code:
(Desc("html tag").value="A") OR (Desc("innertext").value="B") => throws syntax error.
TIA