Skip to content

Commit ed43ed6

Browse files
author
Haripriya Baskaran
committed
Add comment in code
1 parent e778122 commit ed43ed6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/CodeChef_Selenium/codechef_selenium_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Import statements
22
from selenium import webdriver
33
from webdriver_manager.chrome import ChromeDriverManager
4+
# time is inbuilt package
45
from time import sleep
6+
# Actions to be perfromed while automation
57
from selenium.webdriver.common.action_chains import ActionChains
68
import os
79

0 commit comments

Comments
 (0)