duncan3dc/dusk
Composer 安装命令:
composer require duncan3dc/dusk
包简介
Use Laravel Dusk without the full Laravel framework
README 文档
README
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/
Installation
The recommended method of installing this library is via Composer.
Run the following command from your project root:
$ composer require duncan3dc/dusk
Getting Started
use duncan3dc\Laravel\Dusk; require __DIR__ . "/vendor/autoload.php"; $dusk = new Dusk; $dusk->visit("http://example.com"); 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
统计信息
- 总下载量: 8.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 85
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-02-26