I’m currently reimplementing my flows to use a headless browser using the chrome webdriver
Unfortunately I’m struggling to capture a screenshot of the webpages. The UiPath screenshot activity, as far I understand it, only captures the screen canvas so that’s no use.
Is there a way I can access TakesScreenshot from the webdriver itself? Not sure if that’s exposed.