You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Nearsoft/SeleniumClient/TargetLocator.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public function __construct(WebDriver $driver)
27
27
/**
28
28
* Change to the Window by passing in the name
29
29
* @param String $identifier either window name or window handle
30
-
* @return \SeleniumClient\WebDriver The current webdriver
30
+
* @return Nearsoft\SeleniumClient\WebDriver The current webdriver
31
31
*/
32
32
publicfunctionwindow($identifier)
33
33
{
@@ -40,7 +40,7 @@ public function window($identifier)
40
40
/**
41
41
* Focus on specified frame
42
42
* @param Mixed $identifier. Null will get default frame. String will get by frame name. Integer will get frame by index. WebElement will get by web element relation.
43
-
* @return \SeleniumClient\WebDriver The current webdriver
43
+
* @return Nearsoft\SeleniumClient\WebDriver The current webdriver
44
44
*/
45
45
publicfunctionframe($identifier)
46
46
{
@@ -72,7 +72,7 @@ public function activeElement()
72
72
73
73
/**
74
74
* Switches to the currently active modal dialog for this particular driver instance.
0 commit comments