| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| layout | doc |
|---|---|
| title | Codeception - Documentation |
This is a mini-module with helper actions to debug acceptance tests. Use it with Selenium, Selenium2, ZombieJS, or PhpBrowser module. Whenever none of this modules are connected the exception is thrown.
{% highlight yaml %} yaml
class_name: WebGuy modules: enabled: - Selenium - WebDebug # <-- this module - WebHelper - Db config: Selenium: url: http://web.tenderway browser: firefox
{% endhighlight %}
Saves current response content to _logs/debug/ By default a response is treated as HTML, so all stored files will have html extension
Optionally you can provide a dump name.
Saves screenshot of browser window and saves to _logs/debug/
Optionally you can provide a screenshot name.
| Back | FazBrowse Home | New Git URL |