Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Selenium Python バインディングを使用して、インスタンスRemoteWebDriverの作成とは別にサーバーを起動できますか? webdriver.Remoteこれを行うポイントは、本当に必要なのはクライアントの新しいインスタンスだけである場合に、サーバーの起動と停止を繰り返し行う時間を節約することです。(これは ChromeDriver で可能です。)
RemoteWebDriver
webdriver.Remote
サーバーは独立して起動されます。のインスタンスを作成しwebdriver.Remoteてもサーバーは起動しません。