public function MouseEventFailed::getSelector in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Exception/MouseEventFailed.php \Zumba\GastonJS\Exception\MouseEventFailed::getSelector()
Selector of the element to act with the mouse
Return value
string
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Exception/ MouseEventFailed.php, line 23
Class
- MouseEventFailed
- Class MouseEventFailed @package Zumba\GastonJS\Exception
Namespace
Zumba\GastonJS\ExceptionCode
public function getSelector() {
return $this->response["args"][1];
}