public function Browser::isDisabled in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/jcalderonzumba/gastonjs/src/Browser/Browser.php \Zumba\GastonJS\Browser\Browser::isDisabled()
Parameters
$pageId:
$elementId:
Return value
bool
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Browser/ Browser.php, line 73
Class
- Browser
- Class Browser @package Zumba\GastonJS
Namespace
Zumba\GastonJS\BrowserCode
public function isDisabled($pageId, $elementId) {
return $this
->command('disabled', $pageId, $elementId);
}