Submitted Questions

  • How do we use OR operator with Desc Programming.

    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

    mithr17

    • Jan 31st, 2014

    Site does not allow me to click the question so Im answering to this question with limited understanding. I think you may be asking either about programming or automation testing and therefore, this ...