mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed video recording broken for feature tests due to selenium package update.
This commit is contained in:
parent
bc5e710d49
commit
dfa367a127
@ -1414,7 +1414,8 @@ def get_remote_webdriver(hub_url, browser, browser_ver, test_name, url_client):
|
||||
test_name.replace(' ', '_') + '_' + browser + browser_ver
|
||||
driver_local = None
|
||||
desired_capabilities = {
|
||||
"version": browser_ver,
|
||||
"browserVersion": browser_ver,
|
||||
"selenoid:options": {
|
||||
"enableVNC": True,
|
||||
"enableVideo": True,
|
||||
"enableLog": True,
|
||||
@ -1424,6 +1425,7 @@ def get_remote_webdriver(hub_url, browser, browser_ver, test_name, url_client):
|
||||
"timeZone": "Asia/Kolkata",
|
||||
"sessionTimeout": "180s"
|
||||
}
|
||||
}
|
||||
|
||||
if browser == 'firefox':
|
||||
profile = webdriver.FirefoxProfile()
|
||||
|
Loading…
Reference in New Issue
Block a user