forked from php-webdriver/php-webdriver
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
The patch is
--- a/php-webdriver/PHPWebDriver/WebDriverSession.php
+++ b/php-webdriver/PHPWebDriver/WebDriverSession.php
@@ -46,6 +46,7 @@ class PHPWebDriver_WebDriverSession extends PHPWebDriver_WebDriverContainer {
'doubleclick' => 'POST',
'location' => array('GET', 'POST'),
'file' => 'POST',
+ 'log' => 'POST',
);
}
The usage is
https://github.com/Element-34/php-webdriver/wiki/How-to-check-javascript-errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels