Guest User

Untitled

a guest
Apr 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <select id="cities" name="cities">
  2. <option value="paris">Paris</option>
  3. <option value="london">London</option>
  4. <option value="rome">Rome</option>
  5. </select>
  6.  
  7. find_element(:css, "#cities option[value='london']") |> click()
Add Comment
Please, Sign In to add comment