Selinium
Tuesday, February 25, 2014
Xpath : How to identify a object with multiple proprieties
1) Using contains
example:
//*[contains(@id,'2_1') and @type="radio"]
2) With out contains example:
//*[@id='2_1' and @type="radio"]
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment