From f3467a7944ea8a462aeb630ffa5ef0f4c1b1e1a2 Mon Sep 17 00:00:00 2001 From: sapprotim Date: Thu, 4 Jun 2026 11:08:59 +0600 Subject: [PATCH] Add a blank line for improved code readability --- my_code.py | 1 + 1 file changed, 1 insertion(+) diff --git a/my_code.py b/my_code.py index 3ec40d3..d8606fc 100644 --- a/my_code.py +++ b/my_code.py @@ -11,6 +11,7 @@ from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.action_chains import ActionChains + driver = webdriver.Chrome() driver.maximize_window() file_path = r"D:\userinfo\login info.xlsx"