Issue while opening any application using webdriver

when I try to open an application using Open browser activity and communication method as webdriver, it opens the application in a particular browser and asks to login and when i login, it always gives an error , the browser or app may not be secure. I tried this with different applications but same error everytime. Any idea ?

Hi @Nitya1

Check out this thread. Hope this helps you

Regards

Its not working for me, applications which requires login causing an issue through webdriver.

@Nitya1

Selenium webdriver is not trusted by few applications as it is used for testing

One thing you can try is in general for gmail we have something like allow 3rd party non trusted apps to access setting…if your application has a saimilar setting try to enable it

Cheers