‘selenium.webdriver‘ has no attribute ‘IeOptions‘IE在做自动化的时候对方可能做了反扒处理,查阅资料以后发现需要取消webdriver的自动化提醒,但是chrome有Options的方法,Ie的为什么不能用呢
webdriver.ieoptions()