Selenium send_key() not working with variables? : Python
www.reddit.com › r › Pythonlogin (username, password) File "C:/Projects/Git/new folder/checkin.py", line 13, in login. username.send_keys ("", username) File "C:\Program Files\Python36\lib\site-packages\selenium\webdriver\remote\webelement.py", line 478, in send_keys. {'text': "".join (keys_to_typing (value ,)) File "C:\Program Files\Python36\lib\site-packages\selenium\webdriver\common\utils.py", line 150, in keys_to_typing.