Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 24, 2020
1 parent acd0672 commit effe73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/InteractsWithMouse.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function click($selector = null)
* @param string $selector
* @return $this
*/
public function clickByXPath($expression)
public function clickAtXPath($expression)
{
$this->driver
->findElement(WebDriverBy::xpath($expression))
Expand Down

0 comments on commit effe73d

Please sign in to comment.