mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add print function in selenoid for firefox.
This commit is contained in:
@@ -221,6 +221,8 @@ def edit_browsers_json(browser_name, browser_version):
|
||||
'port': '4444', 'path': '/wd/hub'}})
|
||||
(existing_data['firefox']['versions']).update(data_to_insert)
|
||||
updated_data = existing_data
|
||||
print(updated_data)
|
||||
|
||||
else:
|
||||
print("Browser version not matched")
|
||||
file_edited = False
|
||||
|
Reference in New Issue
Block a user