Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd new HtmlUnitDriver(BrowserVersion,boolean) #727
Conversation
ddavison
added
R-awaiting review
C-java
labels
Jul 2, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
merged with 3cff5f0 |
lukeis
closed this
Jul 2, 2015
asashour
deleted the
HtmlUnit:htmlunitdriver_constructor
branch
Jul 3, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
asashour commentedJul 2, 2015
Currently there is a constructor
with BrowserVersion and another one with
boolean (JS enabling), however most users use
WebDriver driver = new HtmlUnitDriver()
And in this case WebDriver doesn't have
setBrowsreVersion/setJavascriptEnabled