我正在尝试通过代码自动登录instagram。我以前有一个代码可以访问用户名输入字段,并且可以正常工作。
电子邮件= self.browser.find_elements_by_name('用户名')
<input class="_2hvTZ pexuQ zyHYP" aria-label="Phone number, username, or email" aria-required="true" autocapitalize="off" autocorrect="off" maxlength="75" name="username" type="text" value="">
元素名称仍然相同,但是现在它返回了一个空列表,密码也一样。 错误日志:
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//input[@name='username']"}
(Session info: chrome=77.0.3865.90)