Skip to content

Commit cdc02b3

Browse files
committed
Merge pull request #79 from puneet0191/optionsButton
Adding another button "options" in clickToolbarButton method
2 parents 8c4bf0d + 5eb760a commit cdc02b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,9 @@ public function clickToolbarButton($button)
723723
case "cancel":
724724
$I->click(['xpath' => "//div[@id='toolbar-cancel']//button"]);
725725
break;
726+
case "options":
727+
$I->click(['xpath' => "//div[@id='toolbar-options']//button"]);
728+
break;
726729
case "empty trash":
727730
$I->click(['xpath' => "//div[@id='toolbar-delete']//button"]);
728731
break;

0 commit comments

Comments
 (0)