openatx / facebook-wda

Facebook WebDriverAgent Python Client Library (not official)
MIT License
1.72k stars 266 forks source link

how to find the element for input #53

Closed ZhaoxuepingSwag closed 5 years ago

ZhaoxuepingSwag commented 5 years ago

when I clicked an input element, how to find it so i can use e.settext() afterwards?

codeskyblue commented 5 years ago

You do not need to find it. Just use session.send_keys instead