We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dceb37 commit 65f1f1fCopy full SHA for 65f1f1f
src/Locators/Locators.php
@@ -57,7 +57,7 @@ class Locators
57
* @var array
58
* @since 3.7.4.2
59
*/
60
- public $frontEndLogoutButton = ['xpath' => "//div[contains(@class, 'logout-button')]//input[@value='Log out']"];
+ public $frontEndLogoutButton = ['xpath' => "//div[contains(@class, 'logout-button')]//button[contains(text(), 'Log out')]"];
61
62
/**
63
* Locator for the Login Button
0 commit comments