Skip to content

Commit

Permalink
[WebDriver] Updated docblock of pressKey method
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored and Naktibalda committed Sep 8, 2016
1 parent 3ef0293 commit 6e3fd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/WebDriver.php
Expand Up @@ -2296,7 +2296,7 @@ protected function matchFirstOrFail($page, $selector)
* ```
*
* @param $element
* @param $char Can be char or array with modifier. You can provide several chars.
* @param $char string|array Can be char or array with modifier. You can provide several chars.
* @throws \Codeception\Exception\ElementNotFound
*/
public function pressKey($element, $char)
Expand Down

0 comments on commit 6e3fd9d

Please sign in to comment.