Skip to content

Add 'log' command to support logging API #56

@ildar-aim

Description

@ildar-aim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions