Back to Browse

Xpath Basic | Handling Dynamic Elements | Contains - Selenium WebDriver Tutorial 10

6.9K views
May 28, 2017
6:21

Demo Page : http://toolsqa.com/automation-practice-form/ eg: Contains( The element from the page , the part of the element we need to find) //a[text()='Selenium Automation Hybrid Framework'] //a[contains( text() , 'Selenium Automation' )] //select[@id='continents'] //select[contains(@id , 'continent')]

Download

0 formats

No download links available.

Xpath Basic | Handling Dynamic Elements | Contains - Selenium WebDriver Tutorial 10 | NatokHD