Is Headless Automation possible for "Use Application/Browser" activity?

Hi,

Good Day.

I am trying to use “Use Application/Browser” activity instead of Open Browser activity. Is Headless Automation possible for “Use Application/Browser” activity? Thank you.

Best regards,
Llessur

Yes you can do headless with WebDriver mode property .

WebDriver mode - Indicates how the WebDriver is used when opening a new browser session. The following options are available:

  • Disabled - Disables the use of WebDriver.
  • WithGUI - The GUI of the browser is displayed.
  • Headless - The browser is launched silently, with no GUI.

I am having this kind of error. Can you help me with this one?

Main.xaml (192.3 KB)

Thank you.