Tomer Steinfeld
Tomer Steinfeld
I'm going to break this into the 3 requests: - The new API supports adding new commands to the IDE. - Adding new locators is in the pipeline, we have...
So no events are propagated back to plugins. I think adding your own `click` instead of overriding is a great solution. The question is if I propagate the recording events,...
Yes and no, the problem is not custom locators during playback, that is done in the pr. The problem is recording them, our recorder is synchronous, by the browser's event...
Plugins can set a variable, but they can't ask selenium IDE for the value, we should add a getter.
You can't put a variable unless a playback started, your code tries to do it even before the plugin registered.
First off if you want to get help you might want to consider not calling the thing we built useless... I'm sure that you wouldn't appreciate that either. I'm going...
That is not the implicit wait time, I should probably clarify this in the dialog, this is for the [selenium-side-runner](https://www.npmjs.com/package/selenium-side-runner), it is the timeout for each test in the suite....
Selenium IDE does not *officially* support incognito mode, the previous way of doing it was a workaround, which by changing the way we manage sessions (to be close to WebDriver),...
Hey, thanks for putting this to our attention, for the time being I believe that it is still a draft, and we are still in the "wait-and-see" stage. When manifest...
@mr-twistyneck that would be lovely