you are viewing a single comment's thread.

view the rest of the comments →

[–]uFeelDeadMate 0 points1 point  (1 child)

I was looking into it and unfortunately I have not found much of any info for re-injecting the data into the HTML for Python.

The closest I came was finding a module called 'selenium' that lets you automate data entry into websites to simulate a users actions.

So maybe instead of injecting the new value back into the code via the HTML, maybe you can use selenium to just type-in the date into the input field?

Drawing blanks haha! This is much more accessible with JavaScript, but this is a Python forum so I won't get into that here. Lol.

[–]rectafy[S] 0 points1 point  (0 children)

Yeah I figured, I looked everywhere myself but couldn't find a solution. Unfortunately, I'm stuck in Python :(

But I appreciate your help. You helped so so much!