simonradier / node-red-contrib-simple-webdriver

SimpleWebdriver nodes for Node-RED initially based on node-red-contrib-selenium-wd2
Apache License 2.0
14 stars 7 forks source link

Remove browser is controlled message #14

Closed danielsaraujo closed 1 year ago

danielsaraujo commented 1 year ago

Is it possible to disable the "chrome is being controlled by automated test software" message?

simonradier commented 1 year ago

Hello @danielsaraujo,

If it is not possible at the moment, it is accessible through a set of special parameters which is not managed by the current nodes.

What are you use case?

Best regards,

danielsaraujo commented 1 year ago

Hello @simonradier

Thanks for the feedback.

I have an application that checks the utility's website for outstanding energy bills. Access is verified by Captcha (v2). I'm using "Buster: Captcha Solver for Humans" extension to solve captcha. However, Captcha is identifying that it is an automated test. I did the test without using Node-RED disabling the automation flag and apparently it worked.

My greetings! Have a good day!

simonradier commented 1 year ago

So I'll close the issue :)