I like to fill out some forms in webpages automatically. E.g. https://www.dropbox.com . My problem: The value is set but not used when sending the form. Only if I use a real keypress the values are accepted and send.
Is that a kind to bot protection?
I am writting a Firefox Plugin that fills in my username and password.
In the picture you can see, using the script the values is in the background, the fieldname is still shown to me whereas using a real key press will enter the data correctly and allows to submit the input.
Thanks in Advance!
Minimal Code: https://pastebin.com/7TZyKaMM
Key press code seems to be equal to real key press but does not influance element value whereas val('123')
updates the value but does not sending a keypress.
It is still not working :-(
The goal is: entering a text as value using key press simulation.