Tagged Questions
1
vote
2answers
322 views
Do I need the PageObjects design pattern or not?
Right now I have a Selenium WebDriver framework that looks like this (vastly simplified):
\app_func.py -- app_func has the web app's "actions", such as "save a new search"
\app_data.py -- app_data ...