You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: google-serach-lambdatest.py
+7-8
Original file line number
Diff line number
Diff line change
@@ -3,27 +3,26 @@
3
3
Configuration
4
4
----------
5
5
username: Username can be found at automation dashboard
6
-
accessToken: AccessToken can be genarated from automation dashboard or profile section
6
+
accessToken: AccessToken can be generated from automation dashboard or profile section
7
7
8
8
Result
9
9
-------
10
-
Execute Test on lambdatest Distributed Grid perform selenium automation based
10
+
Execute Python Automation Tests on LambdaTest Distributed Selenium Grid
11
11
"""
12
12
importunittest
13
13
importtime
14
14
fromseleniumimportwebdriver
15
15
fromselenium.webdriver.common.keysimportKeys
16
16
17
17
18
-
19
18
classLTAutomate(unittest.TestCase):
20
19
21
20
"""
22
21
Setup remote driver
23
22
Params
24
23
----------
25
-
platfrom : Supported platfrom - (Windows 10, Windows 8.1, Windows 8, Windows 7, macOS High Sierra, macOS Sierra, OS X El Capitan, OS X Yosemite, OS X Mavericks)
26
-
browserName : Supported platfrom - (chrome, firefox, Internet Explorer, MicrosoftEdge)
24
+
platform : Supported platform - (Windows 10, Windows 8.1, Windows 8, Windows 7, macOS High Sierra, macOS Sierra, OS X El Capitan, OS X Yosemite, OS X Mavericks)
25
+
browserName : Supported platform - (chrome, firefox, Internet Explorer, MicrosoftEdge)
27
26
version : Supported list of version can be found at https://www.lambdatest.com/capabilities-generator/
28
27
29
28
Result
@@ -32,7 +31,7 @@ class LTAutomate(unittest.TestCase):
32
31
defsetUp(self):
33
32
# username: Username can be found at automation dashboard
34
33
username="{username}"
35
-
# accessToken: AccessToken can be genarated from automation dashboard or profile section
34
+
# accessToken: AccessToken can be generated from automation dashboard or profile section
36
35
accessToken="{accessToken}"
37
36
# gridUrl: gridUrl can be found at automation dashboard
0 commit comments