01-07-2014, 01:36 PM
thanks for your reply, I know regular expressions but I am not sure how to use it in this case? can you tell me how. ?? I hope you understood the question.
say I want to count the nos of all the objects on the page which have
html tag = "A" OR innertext="B"
one way we can do this is first count the objects individually with html tag = "A" add this count to the objects having innertext="B" now from this total count subtract the objects which have html tag = "A" and innertext="B".
say I want to count the nos of all the objects on the page which have
html tag = "A" OR innertext="B"
one way we can do this is first count the objects individually with html tag = "A" add this count to the objects having innertext="B" now from this total count subtract the objects which have html tag = "A" and innertext="B".