I'm coding a selenium automated bot, and I want to send keys to a input that I got from iFrame, check the code line:
username = bot.find_element_by_xpath("//iframe[@title='Registration form' and @class='top']")
Can you guys help me? I can click on the input, but, on send the keys, it doesn't work and deselect the input field.