-
Notifications
You must be signed in to change notification settings - Fork 66
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
Trying remote recording (documentation problem) #45
Comments
Actually remote recorder is the one that is developed with less care. Docs are not up to date for this. If this feature is really important for you, we can polish it together |
OK, just a question if you don't care |
Yes |
Could you help to publish remote recording? we need to this feature. we setup our test in docker with selenium grid-node infrastructure, and run the test within the maven docker, we need to record the test and saved the video once the test failed within maven docker, and mount the video folder of maven docker to host machine. we hope can reproduce/trace the failure ASAP. could you help on it? |
@SergeyPirogov Can we record remotely in latest version(2.0) now? |
Hi,
I'm trying the remote recording using the documentation example.
`@BeforeClass
It's seems that the documentation not updated.
In this example you used "withRemoteUrl" method that deprecated in the new version.
What should I replace it with?
And one more question, where the video file will be store using the remote mode?
Thanks,
Daniel.
The text was updated successfully, but these errors were encountered: