SeleniumBase different work process on Linux #3190
-
I asked this question before and I did get an answer but it wasn't really helping me as I think you didn't understood the question. Below in code you can see that I made print statements, when I run script on EC2 they are all being reached which leads me to believe that seleniumbase is initialized and working. But when I reach the password step, I insert password and then my script click next, for some reason the page that is suppose to appear is not appearing. I made a print statement to print the page title and its printing Sign up / Snapchat instead of Ads Manager which should be the case after user logs in. So the selenium works on linux but the process of inserting the info and then clicking the button seems not to give the correct result. Sorry for a long request but I hope you can help me out as its kinda urgent. `
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Your entire question could be simplified down to:
EC2 has a known IP-address range, which means websites can easily detect that, and then they know the traffic is coming from a bot. That's why you may have heard the phase: "residential proxy servers" whispered around a lot. |
Beta Was this translation helpful? Give feedback.
Your entire question could be simplified down to:
EC2 has a known IP-address range, which means websites can easily detect that, and then they know the traffic is coming from a bot. That's why you may have heard the phase: "residential proxy servers" whispered around a lot.
Therefore, even if it works locally, it may not work on your Linux EC2 servers if you're trying to evade bot-detection.