robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.15k stars 222 forks source link

RPA tests not running when the physical display or virtual display is locked #1153

Closed revathikanakachalam closed 7 months ago

revathikanakachalam commented 7 months ago

We are using RPA.Windows library for our windows application automation. The tests are not running when the display physical or virtual is locked. It says "Make sure tests are run with a physical or virtual display." Is there any workaround to make the tests run without physical or virtual display? Or Is there a way to make tests to work when screen is locked?

Appreciate any help

raivolink commented 7 months ago

RPA.Windows and application automation frameworks in general need presence and access to user interfaces.

revathikanakachalam commented 7 months ago

@raivolink Thanks for your response. Is there a way to do parallel execution on tests in same machine?

raivolink commented 7 months ago

This is not related to rpaframework issues. Please use community channels and documentation for general questions