Esempio n. 1
0
 /**
  * Set category value.
  *
  * @param array|string $value
  * @return void
  */
 public function setValue($value)
 {
     // Align Category ids select element to the center of the browser for created categories
     if ($this->browser->find($this->pageFooter)->isVisible()) {
         $this->browser->find($this->pageFooter)->hover();
         $this->browser->find($this->advancedInventoryButton)->hover();
     }
     parent::setValue($value);
 }
 /**
  * Set value.
  *
  * @param array|string $values
  * @return void
  */
 public function setValue($values)
 {
     $this->waitInitElement();
     parent::setValue($values);
 }