-
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
Getting cannot resolve for UniversalVideoListener.class #63
Comments
I changed it to VideListener.class, but it gives an error if I provide video.properties
If I don't provide the properties, it records the video. Any help here @SergeyPirogov |
Probably you placed wrong property. Based on error it should be boolean |
I think this copied from tutorial, where properties are commented with default values, e.g. : "video.enabled=false // default true" |
Hi, I'm facing the issue described in the first comment (I'm getting cannot resolve for UniversalVideoListener.class as seen in your testng example and import) after downloading the latest version. Thanks. |
I'm using video-recorder-testng with the latest version
In my test class I'm getting cannot resolve for UniversalVideoListener.class as seen in your testng example and import com.automation.remarks.testng.VideoListener; unused import for this. Please help @SergeyPirogov
The text was updated successfully, but these errors were encountered: