selenium - Serenity BDD Screenplay grouping web elements in modules -


is there way of creating kind of modules in serenity bdd screenplay approach?

what trying create hierarchy of pageobject classes. modules in geb. have group of control elements shared across pages. trying achieve have few fields reference required groups of elements rather having parent pageobject class lot of elements definitions.

i using target class access web elements. basicaly pageobject class has few of such locators.

thank in advance.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -