How To Fill Input Textfield Using Python?
EDIT There was a bug in Firefor driver. It was solved by using chrome driver. I am new to python and I am developing a script that will send message on whatsapp using webwhatsapp.
Solution 1:
You are not logged in to whatsapp in your selenium session and hence there is no "New chat" button. By default, selenium starts a brand new browser session with default preferences, no browser history or cookies.
Post a Comment for "How To Fill Input Textfield Using Python?"