mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-21 01:27:01 +02:00
update selenoid
This commit is contained in:
parent
d6cd8ef158
commit
13cc78afb6
@ -74,8 +74,13 @@ from selenium import webdriver
|
||||
capabilities = {
|
||||
"browserName": "chrome",
|
||||
"version": "92.0",
|
||||
"enableVNC": True,
|
||||
"enableVideo": False
|
||||
"selenoid:options": {
|
||||
"enableVNC": True,
|
||||
"enableVideo": False,
|
||||
},
|
||||
"goog:chromeOptions": {
|
||||
"args": ["--disable-gpu"],
|
||||
},
|
||||
}
|
||||
|
||||
driver = webdriver.Remote(
|
||||
|
Loading…
Reference in New Issue
Block a user