You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hi everyone,
I would like to develop a plugin for Selenium IDE to receive messages when the user interacts with Selenium IDE.
I followed this link Selenium IDE Events and found the event I need is commandRecorded, I will get an update whenever the user record a new command, but when the user changes the locator type in IDE such as by id, by name, by XPath, etc... I can't get update from it.
I would like to know if there is any way to achieve this. Thank you for reading!