I’m looking to setup a webdriver in a script as a headless. I’m able to run it as a non headless way but when i’m creating an instance of the Option() it says me missing 1 required positional argument: ‘value’ Here’s a replication of the issue I’m having on the project. Note: I’m new to Python! Answer You imported a
Tag: webautomation
WhatsApp Web Automation with Python Selenium (unable to locate element)
I am using python and selenium to send a message to a target. I can successfully open whatsapp web but after that I cannot open the inbox of the contact to whom I want to send the message. Here is the code so far. The first part is common where I have to open the web page. It happened without