def step_impl(self, entity, subPath, expected): for row in self.table: print(row) entity = row['Entity'] subPath = row['Path'] value = row['Value'] Functions.assert_response_expected(self, entity, value, subPath)
def step_impl(self, entity, expected_value): for row in self.table: print(row) entity = row['Entity'] value = row['Value'] Functions.assert_json_response_expected(self, entity, value)
def step_impl(self, entity, value): for row in self.table: print(row) entity = row['Entity'] value = row['Value'] Functions.new_compare_entity_values(self, entity, value)
def step_impl(self): Selenium.tearDown(self)
def step_impl(self): Selenium.page_has_loaded(self)
def step_impl(self, Text): Selenium.get_elements(self, "text", MyTextElement=Text).click()
def step_impl(self): Selenium.switch_to_parentFrame(self)
def step_impl(self, locator, text): Selenium.select_by_text(self, locator, text)
def step_impl(self, descripcion): Selenium.captura(self, descripcion)
def step_impl(self, entity, expected): for row in self.table: entity = row['Entity'] value = row['Value'] Functions.assert_response_expected(self, entity, value)
def step_impl(self, entity, subPath, expected): Functions.assert_response_expected(self, entity, expected, subPath)
def step_impl(self): Functions.do_a_post(self)
def step_impl(self, file): Functions.set_initial_json_body(self, file)
def step_impl(self, entity, value): Functions.set_body_values(self, entity, value)
def step_impl(self, code): Functions.response_is(self, code)
def step_impl(self, file): Selenium.get_json_file(self, FILE=file)
def step_impl(self, entity, text): Selenium.send_key_text(self, entity, text)
def step_impl(self, file): Functions.expected_results_value(self, file)
def step_impl(self, testCase): Selenium.capturar_pantalla(self, testCase)
def step_impl(self, entity, expected): Functions.new_compare_entity_values(self, entity, expected)
def step_impl(self, frame): Selenium.switch_to_iframe(self, frame)
def step_impl(self, entity, expected): for row in self.table: entity = row['Entity'] value = row['Value'] Functions.new_compare_entity_values(self, entity, value)
def step_impl(self, locator): Selenium.get_elements(self, locator).click()
def step_impl(self): self.email = Selenium.generate_email(self) PageSignIn.send_email_create_an_acccount(self, self.email)
def step_impl(self, locator): Selenium.scroll_to(self, locator)
def step_impl(self): Selenium.abrir_navegador(self) Selenium.page_has_loaded(self)
def step_impl(self, URL): Selenium.open_browser(self, URL=URL)
def step_impl(self, URL): Selenium.abrir_navegador(self, URL=URL)
def open_browser(self): Selenium.open_browser(self)
def step_impl(self, navegador): Selenium.abrir_navegador(self, NAVEGADOR=navegador)