Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 543aa9b

Browse files
Added function description for getSessionID function in RemoteWebDrvier
1 parent 7ac23fe commit 543aa9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/remote/RemoteWebDriver.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,10 @@ public function setCommandExecutor(WebDriverCommandExecutor $executor) {
372372
public function getCommandExecutor() {
373373
return $this->executor;
374374
}
375-
375+
/**
376+
* Get current selenium sessionID
377+
* @return sessionID
378+
*/
376379
public function getSessionID() {
377380
return $this->executor->getSessionID();
378381
}

0 commit comments

Comments
 (0)