Guillermo Chussir

1520 days ago

Suggested naming conventions for Selenium identifiers

stackoverflow.com

I am using selenium page object model to define all the page elements. I am little unconvinced with the naming conventions that I have followed for naming the element and felt too long. Please suggest on this. For locators I always prefix loc_ to the variable name. For example: loc_btnExit, etc.