Skip to content

Commit

Permalink
Fix Edge support, broken due to changes in web page (issues #335 #338 #…
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed May 9, 2019
1 parent e53d210 commit efe51b4
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -109,7 +109,10 @@ protected List<URL> getDrivers() throws IOException {
// paragraphs note related with the version of the binaries
versionParagraph.remove(0);
versionParagraph.remove(0);
versionParagraph.remove(0);
versionParagraph.remove(1);
versionParagraph.remove(1);
versionParagraph.remove(1);
versionParagraph.remove(1);

for (int i = 0; i < downloadLink.size(); i++) {
String[] version = versionParagraph.get(i).text().split(" ");
Expand Down

0 comments on commit efe51b4

Please sign in to comment.