예제 #1
0
 def verify_request_type(self, test_type, index):
     selects = BasePage.find_elements(self, By.CSS_SELECTOR, self.type_select)
     selected = BasePage.selected_option(self, selects[index - 1])
     assert selected.__eq__(test_type), 'Incorrect request type was selected'