简体   繁体   中英

Click in box with selenium python

Web page inspect

I want to click in the box and enter number with selenium python

how I can do that?

and I want here to click in sign up:

web page inspect

Try these and am sure they would work To click in the box and input a number you need to use driver.find_element_by_xpath('').sendkeys('then you input the number here')

For the clicking of signup you could also use driver.find_element_by_xpath('')

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM