How to set Proxy Authentication in seleniumWebdriver for Chrome Browser

后端 未结 5 519
忘了有多久
忘了有多久 2021-01-05 17:58

I\'m trying to Automate a web application selenium 2.0 [webdriver+java].The web application is currently deployed in our UAT servers on our local network.My test cases are e

5条回答
  •  抹茶落季
    2021-01-05 18:28

    The approach that worked perfectly fine for me is by using AutoIT.

    Install autoIT and prepare a simple script as shown in the picture attached and execute the script file from your testscript using Runtime.getRuntime().exec("\YOUR_SCRIPT.exe") before navigating to the baseURL.

提交回复
热议问题