-
Notifications
You must be signed in to change notification settings - Fork 17
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
Recording more than one window (parallel executions) #83
Comments
@Rajagopalan-M Can you share more of your code so I can reproduce this locally? |
Hi, it's simple, Just run the automation in 5 browser simultanously and record all the window, this happens. For an example,
|
@Rajagopalan-M Thanks!
Do you have a different output file for each of the browser sessions? |
Yes, 5 browsers are being recorded at the same time and it saves 5 files. If you still want an perfect example, I will automate my electricity bill payment flow and give you for your reference. Your video recording software perfectly works for sequential execution but it is not working for parallel execution. If you include this option, then it would be great. |
Yeah, it'll be nice to record parallel test executions. Can you explain the following behavior a bit more?
|
Video is moving but you can see only the first page in the video and after such a long time, suddenly last page shows up and then video ends there. |
Got it. I have an idea how to implement support for this, but will need to experiment before I can promise anything. |
sure thing! Thank you very much for taking this forward |
As I have already informed you, I am recording more than one windows here.
I just rearranged the code to take each window per recorder like shown below
recorders= ["one.exe", "two.exe", "three.exe", "four.exe", "five.exe"]
From this array, when every window opens, my program picks up one recorder for one window, Like
But still it's not recording properly, the video is not continuously running, it stops at the first page and then suddenly, five page is coming. Do you have any clue as to why it happens?
The text was updated successfully, but these errors were encountered: