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 0999fe6 commit 5eb760aCopy full SHA for 5eb760a
src/JoomlaBrowser.php
@@ -728,6 +728,9 @@ public function clickToolbarButton($button)
728
case "cancel":
729
$I->click(['xpath' => "//div[@id='toolbar-cancel']//button"]);
730
break;
731
+ case "options":
732
+ $I->click(['xpath' => "//div[@id='toolbar-options']//button"]);
733
+ break;
734
case "empty trash":
735
$I->click(['xpath' => "//div[@id='toolbar-delete']//button"]);
736
0 commit comments