-
-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Allow plugins to define new locator types #228
base: trunk
Are you sure you want to change the base?
Conversation
corevo
commented
Jun 10, 2018
•
edited
Loading
edited
- Define new type
- Resolve that type
- Export code to support that locator
- Disallow redefinition of default locators (id, name etc...)
- Allow the plugin to work for locators set in value as well
Does the latest release (v3.2.x) resolve the remaining problems preventing custom locators? The WIKI I was directed to: https://github.com/SeleniumHQ/selenium-ide/wiki/Getting-Started-with-Plugins, dated June 19, claims that only a few issues remain. |
There is an issue with knowing wether a specific command requires a locator in advanced. |
Is there any work still being done on adding plugins to IDE? I have a use case for adding locators and exporting from the IDE for recording particular web applications, but it depends on being able to define a new locator so I can return particular targets while recording. |