Python Script not Running and Not Giving an Error
问题 I am trying to build a python script that reads an excel file and stores the data in a dictionary. I have everything built out, but when my script is run the webpage opens to the correct page and does not move any further. All of my elements are found and the code is written into the fields when i run line by line. My excel columns are: FirstName, LastName, Email1, EmployeeID My python script that I have written is: #Importing necessary tools from selenium import webdriver from selenium