You are here

protected function BrowserBase::normalizeKeys in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserBase.php \Zumba\GastonJS\Browser\BrowserBase::normalizeKeys()

TODO: not sure how to do the normalizeKeys stuff fix when needed

Parameters

$keys:

Return value

mixed

1 call to BrowserBase::normalizeKeys()
Browser::sendKeys in vendor/jcalderonzumba/gastonjs/src/Browser/Browser.php
TODO: not sure what this does, needs to do normalizeKeys

File

vendor/jcalderonzumba/gastonjs/src/Browser/BrowserBase.php, line 43

Class

BrowserBase
Class BrowserBase @package Zumba\GastonJS\Browser

Namespace

Zumba\GastonJS\Browser

Code

protected function normalizeKeys($keys) {
  return $keys;
}