I am working on an automation project, using Selenium and Python. I need to select a checkbox as one of the steps to the automation. I have tried to select this element using name, CSS selector, xpath, ID, class name, and tag name. None of these have worked. If someone could please point me in the right direction about how I can approach this, I would be very grateful. Thank you!
*Edit: I've tried adding a delay on the off-chance that Selenium was looking for the element that had not loaded yet. This still threw the same error.
- Selenium v. 3.141.0
- Python 2.7.16
- Chrome Web Driver
- Checkbox element I'm attempting to select value for
- Element's code in Chrome console
Aucun commentaire:
Enregistrer un commentaire