Todd Tarsi
Todd Tarsi
@pr0grammm - This is a perfect explanation. Can you do me a favor and make a new issue with this? So many of these year old issues are v3 specific,...
Ah crud, you're right! And I totally agree, the URL bar should be a very safe input to release control of. The command editor is a bit more tricky, because...
@beerwin - I've changed the URL bar to be an uncontrolled input. Thanks for the call out, and try the beta! It's way better than the alpha versions imo.
I believe this is not an issue in the v4 alpha of the ide 😄 https://github.com/SeleniumHQ/selenium-ide/releases/tag/latest
@danksearle - That's a link to the nightly releases page if you'd like to download now. We're up to version x.40something in the ide I believe.
@captnbli - I'm working on v4 here, which uses electron: https://github.com/SeleniumHQ/selenium-ide/releases/tag/latest I still need to make a docsite for it.
@jackchuong - No harm at all in raising an issue here, thanks for doing so! In this case, I think you probably want to use `selenium-side-runner --help` to review the...
Thank you for explaining. I'm sorry to lead you on such a wild goose chase. I deleted some of your config because I just don't like other peoples env stuff...
@jackchuong - This error is basically the reason the '-X' option exists. if you're hitting this and it's still failing, it should be giving you a really rich error. I...
Oh! Also, do it like this in case you get any extra info: `NODE_DEBUG="*" selenium-side-runner -X your-file.side`