
python
Zhangah07
本人软件工程专业熟悉oracle、python自动化、selenium自动化、mysql等等
展开
-
selenium自动化报Protected Mode settings are not the same for all zones.解决方案
selenium自动化报Protected Mode settings are not the same for all zones.解决方案#先定义一个ie optionsoptions=webdriver.IeOptions()#忽略保护模式置为trueoptions.ignore_protected_mode_settings=True#定义driver的时候将options塞进去driver=webdriver.Ie(executable_path="D:\Python\Python36原创 2023-03-17 13:44:44 · 1153 阅读 · 0 评论 -
selenium定位下拉框
selenium定位下拉框原创 2023-03-15 15:23:10 · 186 阅读 · 0 评论 -
python+selenium自动化测试解决不了的alert问题,使用PyKeyboard解决方法
python+selenium自动化测试解决不了的alert问题,使用PyKeyboard解决方法原创 2023-03-08 11:25:25 · 691 阅读 · 0 评论 -
PyCharm+Python+Selenium自动化测试动态验证码识别
PyCharm+Python+Selenium自动化测试动态验证码识别原创 2023-03-07 13:33:03 · 961 阅读 · 0 评论 -
IDEA+Python+Selenium+360浏览器自动化测试
IDEA+Python+Selenium+360浏览器自动化测试原创 2023-03-06 17:13:59 · 1264 阅读 · 0 评论