-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Device farm not recording videos #1398
Comments
Hi @d4v1dk0n7 |
Hi, here you have the capabilities:
And the complete logs: https://gist.github.com/d4v1dk0n7/8b054f5f846acbd2de4a3121859a3ece In the logs I can see this, maybe this is the cause of the issue... 2024-09-26 08:34:00:976 - [AndroidUiautomator2Driver@1e7c] The following provided capabilities were not recognized by this driver: Thanks. |
Hi @d4v1dk0n7, Can you try it below capabilities ? `AppiumOptions capabilities = new AppiumOptions(); capabilities.PlatformName = "Android"; |
Hi @erdncyz, Same result... 2024-09-26 12:18:26:201 - [AndroidUiautomator2Driver@55a7] The following provided capabilities were not recognized by this driver: |
@d4v1dk0n7 Hi, My capabilities like : For ios : :caps: For android : :caps: ı don't have any error like your error message |
Hi @erdncyz, Ok.. But I don't see anything wrong in my capabilities... These are the versions of appium components: appium server: 2.11.4 Are you also working with latest versions as me? |
Hi @d4v1dk0n7, Yes, I am using the latest version, you can use the appium inspector df:recordVideo: true Like these: |
hi, is there a solution for this problem? with the latest version: |
Hi @dudi86 Did you try my last comment ? |
Can you check it? I see the issue too. Live video is OK, but record is missing. I tried RobotFramework and Appium Inspector, same result.
|
Hi team,
The latest version of device farm is not storing the videos when the capability is added as true:
df:recordVideo = true
The text was updated successfully, but these errors were encountered: