Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few enchances #62

Open
extr3mal opened this issue Oct 9, 2020 · 1 comment
Open

Few enchances #62

extr3mal opened this issue Oct 9, 2020 · 1 comment

Comments

@extr3mal
Copy link

extr3mal commented Oct 9, 2020

1.It would be great to support pabot and parallel test recording based on window
2. It would be really helpful to add option to reflect currrent executed kewyords as subtitles

@cristii006
Copy link
Contributor

Hello @extr3mal

ScreenCapLibrary currently works well with pabot taking into consideration that you refer to

based on window

as recording different monitors at once. Below is a simple example that will work with pabot

*** Settings ***
Library  ScreenCapLibrary

*** Test Cases ***
Foo
	Start Video Recording  1  monitor=1
	# do what you want to be recorded on monitor 1 
	Stop Video Recording  1
Bar
	Start Video Recording  2  monitor=2
	# record what you do on monitor 2
	Stop Video Recording  2

The above code could be run using pabot --testlevelsplit <path to testfile>

If you think about window as an application window this is not possible because currently ScreenCapLibrary works by selecting monitors.

Please tell us if you had something else in mind or if the above code helps you.

Best regards,
Andrei.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants