We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bdba8 commit 027e8fdCopy full SHA for 027e8fd
1 file changed
lambdatest.py
@@ -43,6 +43,9 @@ def test_demo_site(self):
43
44
# try:
45
driver = self.driver
46
+ driver.implicitly_wait(10)
47
+ driver.set_page_load_timeout(30)
48
+ driver.set_window_size(1920, 1080)
49
50
# Url
51
print('Loading URL')
0 commit comments