Esempio n. 1
0
 def click_make_contribution_button(self):
     self.selenium.maximize_window()
     self.selenium.find_element(*self._make_contribution_button_locator).click()
     from pages.desktop.regions.paypal_frame import PayPalFrame
     return PayPalFrame(self.base_url, self.selenium)
Esempio n. 2
0
 def click_make_contribution_button(self):
     self.selenium.find_element(
         *self._make_contribution_button_locator).click()
     from pages.desktop.regions.paypal_frame import PayPalFrame
     return PayPalFrame(self.testsetup)