DEV Community

Jose Martin
Jose Martin

Posted on

how to make fill text in input field (selenium python)

I know the i first need to identify the element and use send key to the field with text. Problem is that sometime text is not being sent to the field for some reason. So i was wondering what to do if the text is not being send to the input field. How do I iterate for a second attempt? Can someone help me?

Top comments (0)