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 54ac7aa commit 5618d4bCopy full SHA for 5618d4b
src/JoomlaBrowser.php
@@ -224,11 +224,8 @@ public function checkForPhpNoticesOrWarnings($page = null)
224
public function selectOptionInChosen($label, $option)
225
{
226
$select = $this->findField($label);
227
- $this->debug($select);
228
$selectID = $select->getAttribute('id');
229
- $this->debug($selectID);
230
$chosenSelectID = $selectID . '_chzn';
231
- $this->debug($chosenSelectID);
232
$I = $this;
233
$this->debug("I open the $label chosen selector");
234
$I->click(['xpath' => "//div[@id='$chosenSelectID']/a/div/b"]);
0 commit comments