htmlunit-driver icon indicating copy to clipboard operation
htmlunit-driver copied to clipboard

How to install htmlunit package?

Open hopewise opened this issue 5 years ago • 0 comments

When I try to run JUnit test in selenium at Ubuntu 18, I get this error:

10:48:09 ERROR: Child Process Error: Javac exited with code: 1
 /home/ubuntu/bzt/sel/VL.java:2: error: package org.openqa.selenium.htmlunit does not exist
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
                                   ^
/home/ubuntu/bzt/sel/VL.java:83: error: cannot find symbol
    HtmlUnitDriver driver;
    ^

How would I install that missing package? I am using Taurus CLI Tool v1.14.2

hopewise avatar May 26 '20 12:05 hopewise