Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit de44dbd

Browse files
authored
Updated Caps
1 parent e34097b commit de44dbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

login-form.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ def setUp(self):
2929

3030
caps['name'] = 'Login Form Example'
3131
caps['build'] = '1.0'
32-
caps['browser_api_name'] = 'Chrome53'
33-
caps['os_api_name'] = 'Win10'
34-
caps['screen_resolution'] = '1024x768'
32+
caps['browserName'] = 'Chrome'
33+
caps['version'] = '53'
34+
caps['platform'] = 'Windows 10'
35+
caps['screenResolution'] = '1366x768'
3536
caps['record_video'] = 'true'
3637
caps['record_network'] = 'true'
3738

0 commit comments

Comments
 (0)