我想在客户端使用seleniumwebdriver打开Chrome。我有一段代码,它在单个系统中工作得很好,但我无法在另一个系统中访问它。为此,我使用了selenium-server-standalone-2.44.0.jar、chromedriver。这是我用来打开浏览器的代码:
System.setProperty("webdriver.chrome.driver", fi
from selenium.webdriver.common.by import Byfromselenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import=c