Todd Tarsi
Todd Tarsi
Okay, so this happens, and a question that commonly arises for me is like "how can i tell where the problem is coming from in this ecosystem". I think I...
Okay, there is a new flag in the latest version (x.64) going out '-X'. Using this will attempt to connect, and if it fails, give you a code snippet to...
@GT-VMC876 - If you tack on a `-X` to the arguments in your CLI command, do you get a really long error message asking you to run a code snippet?
@GT-VMC876 - Oh, I'm a goof, I didn't see that (the text got formatted a bit funny). Can you try this command? `selenium-side-runner -Xc "browserName=firefox" Desktop\YYY.side` Sometimes it can be...
âšī¸ I'm not sure whats going on here. It's supposed to have a try catch block and return some text like this if it fails: ``` Failed to build driver...
Hm, I'll have to look tonight. This is meant to be a bit of a living document. Ultimately, I think what you're hitting is a bug in selenium-core. I want...
@lino76 - Thank you for testing as well. I didn't get around to fixing this last night, but knowing what you two are seeing consistently means that this is my...
Coming back to this, I have no idea why you all aren't getting this. I just installed latest selenium-side-runner, and got this terminal output: ``` (base) â selenium-ide git:(trunk) â...
Ah, nah thats alright. It's good enough to me that the connection test ran for the moment. Thank you!
Ah, no, I think I got my context here scrambled a bit. So at this point, chrome is able to connect, but firefox isn't able to via the side-runner, is...