Skip to content

Commit 502a556

Browse files
Update 070 RunSafariTests.py
1 parent b6e6035 commit 502a556

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Python_basics/SeleniumWebDriverRunningTestsOnVariousBrowsers/070 RunSafariTests.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
'''
2+
Created on May 30, 2018
3+
@author: venkateshwara.d
4+
'''
15
from selenium import webdriver
26
import os
37

@@ -14,4 +18,4 @@ def test(self):
1418
driver.get("http://www.letskodeit.com")
1519

1620
safari = RunSafariTests()
17-
safari.test()
21+
safari.test()

0 commit comments

Comments
 (0)