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 b44a192 commit 0b7f1a2Copy full SHA for 0b7f1a2
src/JoomlaBrowser.php
@@ -702,6 +702,11 @@ public function clickToolbarButton($button)
702
$I = $this;
703
$input = strtolower($button);
704
705
+ $screenSize = explode("x",$this->config['window_size']);
706
+ if($screenSize[0] <= 480)
707
+ {
708
+ $I->click('Toolbar');
709
+ }
710
switch($input)
711
{
712
case "new":
0 commit comments