+ 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!
4 ответов
+ 1
Pandas has a date range. Have you tried it?
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.date_range.html#pandas-date-range
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.
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?
0
i will check, thank you!