Forum Discussion
shankar_r
8 years agoCommunity Hero
Do you have web module licensed?
- sunrays1238 years agoOccasional Contributor
No. I have only desktop testing licenced
- shankar_r8 years agoCommunity Hero
Then you can not use Browsers method to trigger browser.
refer: https://support.smartbear.com/testcomplete/docs/app-testing/web/general/requirements.html#Edition
- sunrays1238 years agoOccasional Contributor
any other solution to use this?
or any other way in python scripting to launch the browser and authenticate the screen?
import webbrowser
import requests
webbrowser.open_new(url)response = requests.get(url, auth=(username, password))
Here, I am able to open the web browser but unable to authenticate the browser popup screen.