From effe73d6eb61b4bd77f88814bcd679e4fceb6f25 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 24 Jan 2020 07:51:29 -0600 Subject: [PATCH] rename method --- src/Concerns/InteractsWithMouse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/InteractsWithMouse.php b/src/Concerns/InteractsWithMouse.php index 421181d21..ff0d52874 100644 --- a/src/Concerns/InteractsWithMouse.php +++ b/src/Concerns/InteractsWithMouse.php @@ -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))