README.md in browser_shooter-0.1.1 vs README.md in browser_shooter-0.1.3
- old
+ new
@@ -10,11 +10,11 @@
1. Set up your VirtualMachines with your target SO and browsers installed. Java SE is also needed.
2. Download the last version of [Selenium Server](http://seleniumhq.org/download/) (AKA Selenium Remote Control).
3. Go to the console and start the Selenium Server:
- java -jar <your selenium server file>.jar
+ java -jar <your selenium server file>.jar
#### Pluging for IE screenshots
[Spnapsie](http://snapsie.sourceforge.net/)
@@ -31,10 +31,11 @@
Create a YAML file like this:
# myconfig.yml
output_path: "/tmp/shoots"
+ logs_format: "csv"
scripts:
google:
name: "google"
url: "http://www.google.de"
@@ -62,19 +63,22 @@
name: "windows-iexploreproxy"
host: 10.211.55.4
port: 4444
browser: "*iexploreproxy"
-Look in the `examples` folder for more complete examples.
+Look in the [examples folder](https://github.com/fguillen/BrowserShooter/tree/master/examples) for more complete examples.
#### Run the BrowserShooter script
$ browser_shooter ./my/config.yml
The screenshots will be stored in:
- /<output_path>/<time_stamp>/<script_name>_<browser_name>[_<sufix>].png
+ /<output_path>/<time_stamp>/shots/<script_name>_<browser_name>[_<sufix>].png
+The logs will be stored in:
+
+ /<output_path>/<time_stamp>/logs/<script_name>_<browser_name>[_<sufix>].png
## Status
Still in a _discovery_ state.. but is already **functional**.
\ No newline at end of file