0
如何使用InternetExplorerDriver禁用JavaScript?Selenium:InternetExplorerDriver:禁用JavaScript
我有以下的,但它似乎並沒有禁用JavaScript的:
self.selenium = webdriver.Remote(
command_executor="http://localhost:4444/wd/hub",
desired_capabilities={
'platform': 'WINDOWS',
'browserName': 'internet explorer',
'version': '',
'javascriptEnabled': False})