DEV Community

Discussion on: Selenium Cheat Sheet

Collapse
 
ialexreis profile image
Alexandre Reis

Pretty good article about selenium syntax and uses.

I used to build tests with selenium and JAVA, and instead of calling the elements id or xpath, I made a PageObject that stores every component used, removing the long id's from the action code.

I'm absolutely going to try endtest too.

Congratulations on your article!

Collapse
 
razgandeanu profile image
Klaus

Thank you.
And it's great that you mentioned Page Object Model, it's really useful.
I forgot to mention it in this article.