C45HC0W
Regular Member
- Jan 30, 2019
- 430
- 142
What do you mean, what does it look like?
Yes, I have to collect the conversations. Otherwise it becomes very obvious very fast it's a bot talking
Arent you using selenium? I thought it is simulating a browser? If so it should have an useragent. And I am just curious what is sas in the useragent because this one basic thing to check for and change when creating a bot I guess.
I think you can use this code:
Code:
user_agent = driver.execute_script("return navigator.userAgent;")