We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4188cd7 commit ca66013Copy full SHA for ca66013
1 file changed
lib/WebDriver/LegacyWindow.php
@@ -60,7 +60,7 @@ protected function obsoleteMethods()
60
*/
61
public function __construct($url, $windowHandle = null)
62
{
63
- parent::__construct($url);
+ parent::__construct($url . '/' . $windowHandle);
64
65
$this->windowHandle = $windowHandle;
66
}
0 commit comments