Skip to content
Advertisement

Calendar Data Picker in Selenium

Hi I am trying to figure it out how to pick day from the calendar in Python. I would like to select the date 04/27/2022 under requested loading date. I read some post related to this but I could not figure it out. This is what I did so far but not working.

enter image description here

JavaScript

Advertisement

Answer

You do not really have to click on calendar and select a value, you can just execute the JS command like below:

JavaScript

Imports:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement