Tomer Steinfeld
Tomer Steinfeld
I think I've answered this issue before, I can't exactly say where (there's been multiple issues about this), but it is a known issue which we have no way around....
electron vs webextension
Now that we are working on moving to electron, autosaves, and save in place are possible. This will be available in our WIP electron version of the IDE.
It is worth to keep track of [showOpenFilePicker](https://developer.mozilla.org/en-US/docs/Web/API/Window/showOpenFilePicker), still not implemented in Firefox, and the [spec](https://wicg.github.io/file-system-access/#api-showopenfilepicker) only requires availability in https, the spec specifies that availability in [extension context](https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy) is...
Sorry for not responding earlier, our current stance is that we will support whatever the webdriver protocol will support. Currently webdriver have yet to standardize shadow DOM, once they do...
I would suggest working on a plugin for the time being, so people who still want to use the official IDE and have shadow DOM support can do so. Cheers,...
Implementing a locator isn't currently feasible as a plugin, not to discourage but a different approach I would investigate is adding a command to switch into a shadow DOM context,...
There is a problem releasing that, since the recorder by design is synchronous and the plugins are asynchronous. Currently to add a custom locator you would have to build the...
No, asynchronous recorder isn't possible atm, but a synchronous plugin system will be possible in the electron version of the IDE. So not soon.
By building the IDE I meant, build one with the shadow DOM changes in it, so that they can be synchronous.