Chris Holt
Chris Holt
@hibaali77 Your code is java. You will need to google how to create new driver options and pass them into your driver instance when you create it.
You use `
Fails in what way? Fails to embed?
It looks like the location of the assembly is lost because it is embedded. https://github.com/Fody/Costura/issues/180
It loks like your chrome driver version is ahead of your chrome version (ending in 69 vs ending in 20) It looks like there is a .20 for chrome driver:...
I will have to reproduce tonight sometime. can you try to run a really simple test like this? ``` "Apostrophes don't break anything" &&& fun _ -> url "http://lefthandedgoat.github.io/canopy/testpages/" count...
I think what is happening is that your selector may not be correct. If you take the selector your are trying to use, open chrome dev tools in your normal...
I honestly dont know. Probably best to not use beta version of a browser.
In your before you `start chrome` and in your after `quit()` and the more tests you have the longer each quit takes?
Yes closing a browser does take a long time. If its getting slower to close each time that may be a problem I can address. I will make a project...