Skip to content

Commit 027e8fd

Browse files
authored
Added pageload and page timout command along with set windoq (#9)
1 parent c5bdba8 commit 027e8fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lambdatest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ def test_demo_site(self):
4343

4444
# try:
4545
driver = self.driver
46+
driver.implicitly_wait(10)
47+
driver.set_page_load_timeout(30)
48+
driver.set_window_size(1920, 1080)
4649

4750
# Url
4851
print('Loading URL')

0 commit comments

Comments
 (0)