Skip to content

Commit

Permalink
use click instead of submit to work in modern Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 12, 2017
1 parent 75f1ce8 commit 333319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/sitespeed.io/prepostscript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
loginInput.sendKeys(userName);
var passwordInput = driver.findElement(webdriver.By.id('wpPassword1'));
passwordInput.sendKeys(password);
loginForm.submit();
loginForm.click();
});
})
}
Expand Down

0 comments on commit 333319d

Please sign in to comment.