Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. driver.find_element_by_xpath("(.//*[normalize-space(text()) and normalize-space(.)='key'])[1]/following::textarea[1]")
  2. ``
  3. now I want the *'key'* to be changeable- now in my code I'm using entry field to get it's value and then execute my test so I use ```key= entry.get()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement