mszeles / selenideium-element-inspector

A handy tool to log attributes and Selenide, Selenium locators of the clicked element
GNU General Public License v2.0
10 stars 4 forks source link

Automatically generate Page Object Model (POM) for Selenide #43

Open mszeles opened 2 years ago

mszeles commented 2 years ago

There should be a context menu Selenideium Element Inspector > Generate POM which brings up all the selectors which were selected before. The user can check the ones he/she would like to use and also provide a name for the variable and for the class too.

By clicking on the Copy to clipboard button the source code of the POM is immediately copied to the clipboard.