Skip to content

Commit 5eb760a

Browse files
committed
Adding options button
1 parent 0999fe6 commit 5eb760a

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
@@ -728,6 +728,9 @@ public function clickToolbarButton($button)
728728
case "cancel":
729729
$I->click(['xpath' => "//div[@id='toolbar-cancel']//button"]);
730730
break;
731+
case "options":
732+
$I->click(['xpath' => "//div[@id='toolbar-options']//button"]);
733+
break;
731734
case "empty trash":
732735
$I->click(['xpath' => "//div[@id='toolbar-delete']//button"]);
733736
break;

0 commit comments

Comments
 (0)