Hide Browser Activity

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

Hi @Pranav_Singh1

  1. Use Internet Explorer
  2. Check Simulate Click or Send Window Message under click property.

Cheers!

1 Like

@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