I am trying to make a script that auto fills the HTML5 form values (Name and Password). I don't know how to insert the values.
On other sites I can't find a good explanation about how to do it.
Login site: https://ncod22.n-able.com/
username = TestName
password = TestPwd
(These aren't working)
Pyton code (so far):
import webbrowser, sys
webbrowser.open('https://ncod22.n-able.com/')