pageobjects

Pythonic way to resolve circular import statements?

Pythonic way to resolve circular import statements? Question: I just inherited some code which makes me uneasy: There is a testing library, full of classes corresponding to webpages on our site, and each webpage class has methods to automate the functionality on that page. There are methods to click the link between pages, which returns …

Total answers: 3