paypal/SeLion

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

Opened this issue · 1 comments

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 commented

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