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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -