Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'log' command to support logging API #56

Open
ildar-aim opened this issue Apr 15, 2016 · 0 comments
Open

Add 'log' command to support logging API #56

ildar-aim opened this issue Apr 15, 2016 · 0 comments

Comments

@ildar-aim
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant