selenium webdriver - How to write Xpath. -
I am using this site - and click on 'Find Provider' Around It
In the input I am typing 'Los' and I have to choose second value from the suggested options.
Can anyone tell me how to write the exhaust for this?
A simple approach will be with a clear wait. New WebDriverWait (Driver, 30). Until now (Expected conditions. Visibility availability locked (By.xpath ("// li [@ class = 'ui-menu-item.'] [ 2] "))) Click on ();
Comments
Post a Comment