Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCaton2350 authored Jul 31, 2024
1 parent cb66a80 commit b6e31e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Python-Rumble-Bot-Final/bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,13 @@ def fibonacci(n):

def quit_driver(self):
self.driver.close()


if __name__ == "__main__":
for i in range(nums.num_executions):
func = web_driver()
func.start_driver()
func.start_browser()
func.quit_driver()
print(f'node: web_driver activated')

0 comments on commit b6e31e0

Please sign in to comment.