Skip to content
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

java.lang.NoClassDefFoundError: org/openqa/selenium/remote/JsonException #389

Open
goodsophia opened this issue Apr 19, 2019 · 1 comment

Comments

@goodsophia
Copy link

SeLion Version

2.0.0-SNAPSHOT

Component

Expected Behavior

ios cases can be run on IOS(iphone:11.2,iphoneX) app

Actual Behavior

run cases on IOS(iphone:11.2,iphoneX) app, it throws NoClassDefFoundError, it seems there is no JsonException in selenium-remote-driver 3.7.1

Steps to Reproduce

  1. write one ios case:
    image
  2. run with xml:
    image
@mach6 mach6 added this to the 2.0.0 milestone Apr 22, 2019
@mach6
Copy link
Contributor

mach6 commented Oct 23, 2019

the json dependency was removed as a dependency for selenium, upstream
you can manually add the dependency back in your project pom

leaving this open as an issue to consider in the selion bom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants