Searched refs:apply_button (Results 1 – 3 of 3) sorted by relevance
70 apply_button = '//input[@type="submit" and @value="Apply Changes"]'71 self.click_button_by_xpath(apply_button,74 self.wait_for_object_by_xpath(apply_button)
283 apply_button = urwid.LineBox(urwid.Padding(urwid.Button('apply', on_press=apply_press))) variable306 …s_pile, pclk_columns, urwid.Columns([ h_columns, v_columns ]), info_box, flags_pile, apply_button])
272 self.apply_button = builder.get_object("apply_button")