New Comment

Posted by Jess on 8th August 2021 at 20:28:54 UTC

I honestly don't know. What you're asking about is out of scope for the blog post and from what I've read so far, it might not even be possible to do with Selenium. Are you sure you couldn't just try creating a new identity for the work you're doing instead or does it absolutely have to be a new circuit?


If you haven't done so already, I would suggest taking a look at the ActionChains class in Selenium when attempting to press two keys at once because it provides the #key_down and #key_up methods whereas #send_keys will usually perform each keystroke one after the other. You might still have trouble using those in a remote controlled Tor browser however as I personally struggled with that a little earlier. It should work with other browsers though.


Sorry that I couldn't be more helpful - I haven't really had to use this library in a while and have never really needed to do anything like that before.

Anonymous(Log InSign Up)