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 b5afd92 commit a254164Copy full SHA for a254164
src/JoomlaBrowser.php
@@ -371,7 +371,7 @@ public function setErrorReportingToDevelopment()
371
372
// TODO improve
373
$this->wait(1);
374
- $this->click(['link' => 'Server']);
+ $this->click(array('xpath' => "//div[@role='tablist']/button[@aria-controls='page-server']"));
375
$this->debug('I wait for error reporting dropdown');
376
$this->selectOption('Error Reporting', 'Maximum');
377
$this->debug('I click on save');
0 commit comments