摘要:
环境:Windows selenium 3.141.0 Python 3.8.10 Chrome 90.0.4430.212 ChromeDriver 90.0.4430.24 最近发现执行完Selenium脚本后,在个人的Temp目录下会有大量的临时文件夹。类似下面这样 C:\Users\Admi 阅读全文
摘要:
接触过Selenium的都知道元素定位有八种方法,但用不同的方法在执行时有什么区别呢? 元素定位8种方法(Python版),当然还有每一个方法对应的find_elements方法 find_element_by_id() find_element_by_name() find_element_by_ 阅读全文
摘要:
记录在使用python过程中踩的坑 使用xlwt库对excel文件进行保存时报错 descriptor 'decode' requires a 'bytes' object but received a 'NoneType' log: Traceback (most recent call last 阅读全文
摘要:
记录在使用selenium过程中踩的坑 在使用selenium时,用click点击网站弹出的文件上传框的“上传文件”按钮不生效,报错selenium.common.exceptions.InvalidArgumentException log如下: test_xxxxxx.py::test_xxxx 阅读全文