Date-picker calendar Python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
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