Chapter 3

Page Object Model in Python — quiz

5 questions · ~4 min

Chapter 3 quiz

Question 1 of 5

A Python Appium page class stores the driver in self.driver and calls self.driver.find_element() directly in each method. What refactoring improves maintainability?