Hi,
I’m using open browser activity, i want to hide the browser and get the data. I used hidden option but it is not working. Any other alternative.
After opening the Browser , I don’t want the browser to be run in front,
I want it to be Running in the background.
To achieve this
You’ll need to use only background automation ( SimulateType or WindowMessages ) for all the UI actions.
1 Like
lakshman
(Ganta lakshman)
4
@Pranav_Singh1
If you want to run it in back ground then you need to mention Communication method as WebDriver. Please check below screenshot for your reference.
Note: Before doing this you need to install browser driver.
4 Likes