Add print function in selenoid for firefox.

pull/6126/head
marupanda 2023-04-13 09:55:44 +02:00 committed by GitHub
parent c2a54f3524
commit 9587d2bb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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