jonhoo / fantoccini

A high-level API for programmatically interacting with web pages through WebDriver.
Apache License 2.0
1.68k stars 125 forks source link

Documentation update #279

Open hhamud opened 5 days ago

hhamud commented 5 days ago

found this mentioned somewhere in issues thinking that it was a fantoccini problem but turns out it was a geckodriver issue.

Client::new should not fail just because another session is already open. I believe this is only the case for geckodriver, and I believe it should be considered a bug there. Works fine with chromedriver for example (this is why the firefox tests in fantoccini all have #[serial]).

If you could add this caveat in clientbuilder connect it would be very helpful.

Willing to do this myself if you are willing to accept the PR.

jonhoo commented 3 days ago

I'd love a PR please!