MinkSelenium2Driver icon indicating copy to clipboard operation
MinkSelenium2Driver copied to clipboard

Correct usage example in the README.md

Open aik099 opened this issue 1 year ago • 1 comments

The usage example in the README.md file is quite outdated:

  • it has a Selenium\Client class import (likely from Selenium 1 driver), that doesn't exist in this driver
  • it specifies the page URL in place of the WebDriver host URL
  • no page is actually opened
  • the Composer autoload.php file isn't included, which results in a Fatal error

The provided example might actually be working.

aik099 avatar Feb 25 '24 14:02 aik099

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.19%. Comparing base (4ca4083) to head (38dc757).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #386   +/-   ##
=========================================
  Coverage     90.19%   90.19%           
  Complexity      168      168           
=========================================
  Files             1        1           
  Lines           469      469           
=========================================
  Hits            423      423           
  Misses           46       46           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 25 '24 14:02 codecov[bot]