Date-picker calendar Python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Date-picker calendar Python

Can someone advise how to automate date entry on a website with date-picker calendar? I’m looking for a solution on Python. I’ve tried selenium send.keys (“...”) but it doesn’t work as the calendar doesn’t allow entering values, only picking dates from the calendar. I’m using Chromedriver. Thank you!

30th Nov 2020, 3:42 PM
Sergey Zemchikhin
Sergey Zemchikhin - avatar
4 Réponses
30th Nov 2020, 6:37 PM
Steven M
Steven M - avatar
0
I would use Pandas, if there is a calendar online you want to scrape Pandas will help. If you want to create a calendar from scratch with user input Pandas can help too. It all depends on what your inputs are and what your expected outputs would be.
30th Nov 2020, 4:03 PM
Steven M
Steven M - avatar
0
thank you but i dont need to scrap calendar or create one. i only need to pick the tade from such calendar. any advice on that?
30th Nov 2020, 6:30 PM
Sergey Zemchikhin
Sergey Zemchikhin - avatar
0
i will check, thank you!
30th Nov 2020, 8:17 PM
Sergey Zemchikhin
Sergey Zemchikhin - avatar