I want to use selenium / webdriver to simulate a browser and cross site content. Even if this is not the fastest method, for me it has many advantages, such as running scripts, etc.
Many websites are denied access to them using an automated method, such as search engines such as google or bing.
For one tool, I need to clear the estimated score from Google for several keywords. It will look like this: simulate a browser that visits google.com and enters it into a keyword and resets the results, then after a short pause in the next key, clears the results and so on ...
My question is: is it possible for the website to recognize that I am using selenium to simulate a browser instead of using the browser manually? Especially the Google case raises some doubts. I know that selenium is partly developed by Google, or at least by some of the guys working for Google. So leaves some fingerprints on selenium or is it not possible to decide whether I use the browser on my own or simulate selenium, even for google?
source share