Skip to content

Commit 3836b15

Browse files
committed
Adding a tool bar logic
1 parent e3c0462 commit 3836b15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,11 @@ public function clickToolbarButton($button)
678678
$I = $this;
679679
$input = strtolower($button);
680680

681+
if($this->config['window_size'] == '480x320')
682+
{
683+
$I->click('Toolbar');
684+
}
685+
681686
switch($input)
682687
{
683688
case "new":

0 commit comments

Comments
 (0)