selenium+Python获取弹出框内容的提醒时
使用webdriver.switch_to_alert().text()方法提示TypeError: 'unicode' object is not callable
这种情况是因为text()返回的是object类型,所以不能使用print进行打印
使用webdriver.switch_to_alert().text方法可以正常打印。。。
血淋淋的教训啊,警示新手
selenium+Python获取弹出框内容的提醒时
使用webdriver.switch_to_alert().text()方法提示TypeError: 'unicode' object is not callable
这种情况是因为text()返回的是object类型,所以不能使用print进行打印
使用webdriver.switch_to_alert().text方法可以正常打印。。。
血淋淋的教训啊,警示新手
上一篇:Error opening data file Tesseract-OCR\tessdata/eng.traineddata问题解决
下一篇:UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 2: illegal multibyte sequence
Object.fromEntries()方法是Object.entries()的逆操作,用于将一个键值对数组转为对象。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M