Learn Selenium With Quiz – Advance Level 7 – XPath – Make Selenium Easy
Please select 2 correct answers //a[contains(@href,’http://’)] //a[contains(@href=’http://’)] //a[contains(href,’http://’)] //a[contains(@href,”http://”)] “contains()” is a XPath method which can be used to check value of an attribute or text of web element containing a particular character or string. “contains()” takes two arguments. First argument is for attribute name or text. Second argument is value to check for. If…
Read More “Learn Selenium With Quiz – Advance Level 7 – XPath – Make Selenium Easy” »