I have an automated daily task with RSelenium
in the cloud. This task consists of logging (required) into www.twitter.com and make a webflow navigation. Instead, Twitter detects this logging as suspicious activity.
How could I avoid it? My IP is static. I think one way to solve it would be using the webdriver.remote.sessionid so that Twitter does not consider me as a new user in each task iteration. Any ideas?
Thanks in advance.