项目作者: duncan3dc

项目描述 :
Use Dusk browser automation without the full Laravel framework
高级语言: PHP
项目地址: git://github.com/duncan3dc/dusk.git
创建时间: 2017-02-26T17:37:34Z
项目社区:https://github.com/duncan3dc/dusk

开源协议:Apache License 2.0

下载


dusk

Use Dusk browser automation as a standalone component without the full Laravel framework

Full documentation is available at http://duncan3dc.github.io/dusk/
PHPDoc API documentation is also available at http://duncan3dc.github.io/dusk/api/

release
build
coverage

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

  1. $ composer require duncan3dc/dusk

Getting Started

  1. use duncan3dc\Laravel\Dusk;
  2. require __DIR__ . "/vendor/autoload.php";
  3. $dusk = new Dusk;
  4. $dusk->visit("http://example.com");
  5. echo $dusk->element("h1")->getText() . "\n";

Read more at http://duncan3dc.github.io/dusk/

Changelog

A Changelog has been available since the beginning of time

Where to get help

Found a bug? Got a question? Just not sure how something works?
Please create an issue and I’ll do my best to help out.
Alternatively you can catch me on Twitter