Skip to content

Commit

Permalink
[java] Fixing path to webdriver.xpi resource
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 21, 2018
1 parent 99f01ff commit b51b5e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ private Optional<Extension> loadCustomExtension() {
private static Extension loadDefaultExtension() {
return new ClasspathExtension(
FirefoxProfile.class,
"/" + FirefoxProfile.class.getPackage().getName().replace(".", "/") + "/webdriver.xpi");
"/" + XpiDriverService.class.getPackage().getName().replace(".", "/") + "/webdriver.xpi");
}

/**
Expand Down

0 comments on commit b51b5e5

Please sign in to comment.