我一直在尝试使用selenium和python在Instagram Sign up page中创建帐户,我可以在文本框中输入所有信息,但由于某些原因,我无法单击“注册”按钮。我尝试过通过XPath、CSS、ID和类名来查找元素,但是python仍然说它找不到该元素。这是在表单上输入所有其他必要信息后进行的。有谁有什么想法吗?
如何使用Python找到包含text/id/etc的链接,然后单击该元素?我的导入:from selenium.common.exceptions import NoSuchElementException转到我的URL的代码:
browser = webdriver.Firefox() # Get local
\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 760, in find_element_by_class_name\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 1244, in find_element File &q