You are here

public function Browser::isDisabled in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Browser

Code

public function isDisabled($pageId, $elementId) {
  return $this
    ->command('disabled', $pageId, $elementId);
}