I am trying to achieve a script to auto-fill the information on a website but turns out the website randomly mixes up the order of the string of number I entered. For example, if I enter '1234567' with send_keys()
, it might appear to be '4567123'.
I figured that I might be possible to use copy and paste to directly put these numbers in without being interrupted by this feature of the website.
Could anyone please help me to figure out how to make copy the string ('1234567') and paste to the place I wanna fill please?
The language I am using is python and browser is Chrome