Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
How do we use OR operator with Desc Programming.
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.
Code:
(Desc("html tag").value="A") OR (Desc("innertext").value="B") => throws syntax error.
TIA
Profile Answers by anu05446 Questions by anu05446
Questions by anu05446 answers by anu05446
Related Answered Questions
Related Open Questions