luckyframework / lucky_flow

Automated browser tests for web applications. Similar to Ruby's Capybara.
https://luckyframework.github.io/lucky_flow/
MIT License
51 stars 8 forks source link

Error when using more than one type of chrome driver #134

Open matthewmcgarvey opened 2 years ago

matthewmcgarvey commented 2 years ago

It's not even possible to get this error right now, but if/when https://github.com/luckyframework/lucky_flow/pull/133 is merged it will be if you try to use headless and non-headless chrome in the same suite.

Needs https://github.com/matthewmcgarvey/selenium.cr/issues/21 to be fixed