I am trying to use selenium to grab the line of a text file, input that line into an element, click the submit option, and continue to do every line in the txt file until it is done. What I have tried is only pasting in the entire text file which is not what I want. The element I will be sending the keys to is below.
newalias = driver.find_element_by_id('mailbox_alias_source')
I hope this makes sense and you guys can help, Thanks!