• Home
  • Raw
  • Download

Lines Matching defs:self

23     def __init__(self):  argument
28 def init_webview(self, test_package): argument
52 def init_chromedriver(self): argument
58 def click_by_id(self, value): argument
62 def click_by_name(self, value): argument
66 def click_by_calss_name(self, value): argument
70 def click_by_tag_name(self, value): argument
74 def click_by_link_text(self, value): argument
78 def click_by_partial_link_text(self, value): argument
82 def click_by_xpath(self, value): argument
86 def click_by_css_selector(self, value): argument
90 def get(self, url): argument
94 def click(self, key, value): argument
98 def find_element(self, key, value): argument
101 def send_keys(self, key, value, text): argument
105 def input_text_by_id(self, value, text): argument
109 def input_text_by_name(self, name, text): argument
113 def input_text_by_xpath(self, xpath, text): argument
117 def clear(self, key, value): argument
120 def clear_text_by_id(self, value): argument
123 def clear_text_by_name(self, name): argument
126 def clear_text_by_xpath(self, xpath): argument
129 def close(self): argument
132 def init_runner(self, case_name): argument
140 def click_js(self): argument
144 def click_manual(self): argument
148 def click_reft(self): argument
152 def send_path(self, file_path): argument
156 def start_test(self): argument
166 def click_show_test(self): argument
176 def test_screenshot(self, ele_path, file_name): argument
184 def test_implicit_expression_screenshot(self, ele_path, file_name): argument
193 def test_file_screenshot(self,file_name): argument
200 def implicit_waiting(self, file_name): argument
205 def click_show_ref(self): argument
213 def ref_screenshot(self, ele_path, file_name): argument
220 def ref_implicit_expression_screenshot(self, ele_path, file_name): argument
229 def ref_file_screenshot(self, file_name): argument
236 def test_assert(self, file_name1, file_name2): argument