简体   繁体   English

单击带有 selenium python 的框

[英]Click in box with selenium python

Web page inspect Web 页面检查

I want to click in the box and enter number with selenium python我想在框中单击并输入带有 selenium python 的数字

how I can do that?我该怎么做?

and I want here to click in sign up:我想在这里点击注册:

web page inspect web 页面检查

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')尝试这些并确保它们会起作用要单击该框并输入您需要使用的数字 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('')对于点击注册,您还可以使用 driver.find_element_by_xpath('')

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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