You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
自动生成的python代码如下:(最后一个操作少了driver,且这个元素是有唯一ID属性定的,我选ID 也是出来XPATH
driver.find_element_by_xpath("//android.widget.EditText[@resource-id='com.flash.download:id/add_input' and @text='输入下载链接,支持http、https、ftp、ed2k、magnet等']").clear()
time.sleep(2)
.find_element_by_xpath("//android.widget.EditText[@resource-id='com.flash.download:id/add_input' and @text='输入下载链接,支持http、https、ftp、ed2k、magnet等']").send_keys(333)
自动生成的python代码如下:(最后一个操作少了driver,且这个元素是有唯一ID属性定的,我选ID 也是出来XPATH
driver.find_element_by_xpath("//android.widget.EditText[@resource-id='com.flash.download:id/add_input' and @text='输入下载链接,支持http、https、ftp、ed2k、magnet等']").clear()
time.sleep(2)
.find_element_by_xpath("//android.widget.EditText[@resource-id='com.flash.download:id/add_input' and @text='输入下载链接,支持http、https、ftp、ed2k、magnet等']").send_keys(333)
如果还维护的话,代码输出框这能不能加个清屏按钮,另外右键find生成的元素变量命名能不能自动加个数字来区分
The text was updated successfully, but these errors were encountered: