Can we config device with Jenkin from AWS #978
Replies: 1 comment 3 replies
-
@truyenaspire this error is coming from java-client not with plugin. Looks like a dependency issue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context:
We applied Automation for WEB and API. We use AWS. Jenkins + Selenium Grid were installed in Window (AWS)
We set up a device farm that includes 1 Macmini and many Android devices and publish the domain for device farm
On Window (AWS) I open editor and run the mobile automation test cases successful with the domain of the device farm
But when I execute Jenkin's job. The device is installed app and the app is opened after the error java.lang.NoClassDefFoundError: org/openqa/selenium/remote/RemoteWebElement
I use appium 8.6 and selenium 4.11
Does anyone has any suggestion for me!!
Beta Was this translation helpful? Give feedback.
All reactions