Todd Tarsi
Todd Tarsi
Haha oops, great catch! I'll try and take a look later tonight, but thanks for including a workaround for now!
@laikas123 - I think its from the single quotes. I use it this way without issue on Github CI as well: ``` selenium-side-runner -c \"goog:chromeOptions.args=[headless,no-sandbox] browserName=chrome\" -dt 15000 -z ./e2e-failures...
@courtens - Gotcha 😄
@jungleboogy - I hate to ask this, but do things work in a filepath without all of those spaces? I've noticed spaces may cause trouble. Sorry you're encountering this
Shoot. I'm really surprised to see that error. I bet its a platform thing. Windows is tricky. Sometimes you want to use .js files as the entry point, sometimes .cmd...
@coinzdude - Hey I know you! Project level? For internal side, i need to clean up the dimension tracking.
@bymechul - I'm sorry to give you a pretty bad answer, but I'm only helping out with full outages for v3. No development effort is focused here any more. v4...
@laikas123 - My bet is that this is using v4 of the selenium api and the exported commands need to be updated from v3 -> v4
Huge update, v4 is currently on its 40th iteration in alpha testing 😄 https://github.com/SeleniumHQ/selenium-ide/releases/tag/latest
@laikas123 - On v4, it would be very easy to add a command for this, but it's not currently in line with my focus. My current focus is on optimizing...