+ 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 Answers
+ 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!