This gem will collect counts and times for each selenium command your code issues. The statistics are collected between the creation of and quitting of the Driver When the Driver is closed a formatted string of output is sent to stdout
When gem is required, statistics output will be sent to stdout on each driver close If additional debugging information is desired, set ENV['SE_DEBUG'] = true
- Fork it ( https://github.com/[my-github-username]/webdriver_statistics/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Copyright (c) 2015 Titus Fortner. See LICENSE for details.