Getting Error in the below specified line

  Kiến thức lập trình

driver = new AndroidDriver(new URL (“http://127.0.0.1:4723/wd/hub”),cap);

I am getting error in this line as:
Exception in thread “main” java.lang.NoClassDefFoundError: org/openqa/selenium/remote/internal/JsonToWebElementConverter

Why is it not working?

New contributor

Utkarsh Rajput is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT