Skip to content

Commit 5659278

Browse files
authored
Update Selenium-Template.py
1 parent c23d431 commit 5659278

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Selenium-Template.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@
3535

3636
driver.get('http://github.com')
3737
print(driver.title)
38+
with open('./GitHub_Action_Results.txt', 'w') as f:
39+
f.write(f"This was written with a GitHub action {driver.title}")
40+

0 commit comments

Comments
 (0)