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

Commit f99218b

Browse files
authored
Updated Caps
1 parent 8eb3b0a commit f99218b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

basic.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ def setUp(self):
2626

2727
caps['name'] = 'Basic Example'
2828
caps['build'] = '1.0'
29-
caps['browser_api_name'] = 'Safari8'
30-
caps['os_api_name'] = 'Mac10.10'
31-
caps['screen_resolution'] = '1024x768'
29+
caps['browserName'] = 'Safari'
30+
caps['version'] = '8'
31+
caps['platform'] = 'Mac OSX 10.10'
32+
caps['screenResolution'] = '1366x768'
3233
caps['record_video'] = 'true'
3334
caps['record_network'] = 'true'
3435

@@ -81,4 +82,4 @@ def tearDown(self):
8182

8283

8384
if __name__ == '__main__':
84-
unittest.main()
85+
unittest.main()

0 commit comments

Comments
 (0)