2017 © Pedro Peláez
 

library wdebug

PHP Webdriver Debugger

image

blackakula/wdebug

PHP Webdriver Debugger

  • Sunday, July 19, 2015
  • by blackakula
  • Repository
  • 1 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WDebug. Debugger for Webdriver

Description

WDebug was developed to simplify writing, supporting and debugging locators (xpath, css selector, etc) for webdriver., (*1)

With this tool you can add, edit and remove locators during your automation script execution. Integrate tool with your framework - and you'll be able to save changed locators., (*2)

Tool uses facebook/webdriver bindings for PHP., (*3)

See WDebug tool integrated with custom framework in action on youtube: http://www.youtube.com/watch?v=0-PTAFEce60., (*4)

Installation

  1. git clone https://github.com/blackakula/wdebug.git, (*5)

  2. If you are using Packagist, add the dependency. https://packagist.org/packages/blackakula/wdebug, (*6)

    {
      "require": {
        "blackakula/wdebug": "1.*"
      }
    }
  3. Start using facebook/webdriver, (*7)

  4. See example.php for usage sample., (*8)

Features

See the video for functional abilities., (*9)

Tool consists of one class with 3 public methods, (*10)

  • setStyle(), deleteStyle() are used to prepare custom styles for highlighting page elements.
  • execute() starts debugging tool: show popup and wait for user actions until popup is closed. Here you can pass callback on all user actions (add/delete locator/placeholder) to integrate tool with your custom framework. Interface of callback: function($type, array $data). See sample in example.php script.

The Versions

19/07 2015

dev-master

9999999-dev

PHP Webdriver Debugger

  Sources   Download

OSL 3.0

The Requires

 

The Development Requires

by Serhii Kyrychenko

selenium automation

19/07 2015

1.0.0

1.0.0.0

PHP Webdriver Debugger

  Sources   Download

OSL 3.0

The Requires

 

The Development Requires

by Serhii Kyrychenko

selenium automation

12/10 2013

0.1.1

0.1.1.0

PHP Webdriver Debugger

  Sources   Download

OSL 3.0

The Requires

 

The Development Requires

by Sergii Akulinin

selenium automation

10/10 2013

0.1

0.1.0.0

PHP Webdriver Debugger

  Sources   Download

OSL 3.0

The Requires

 

The Development Requires

by Sergii Akulinin

selenium automation