使用Mechanicalsoup python以无名称登录到输入

时间:2020-05-04 20:00:34

标签: python-3.8 mechanicalsoup

我想使用Python和mechanicalsoup登录到此页面: enter image description here

在我看到的教程中,输入有名称,或者表单有名称。在这种情况下,特别是所有内容都返回错误或空白。如何找到用MechanicalSoup标记为红色的输入?

此返回无:

articles = browser.get_current_page().find('div',class_='_2dBwA')
articles = browser.get_current_page().find('input',class_='_2dBwA')

我该怎么办?

0 个答案:

没有答案
相关问题