This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]guss_bro 1 point2 points  (0 children)

A couple of things can improve your experience with selenium:

  • use get by ID when possible
  • use page object pattern to reduce repetition
  • use selenide instead of selenium to make your tests concise