OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_get_button
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
e2e_test_utils.py
57
return self.
_get_button
('getWebRtcStats', 'get_webrtc_stats')
62
return self.
_get_button
('getMirrorId', 'get_mirror_id')
67
return self.
_get_button
('stopAllActivities', 'stop_all_activities')
72
return self.
_get_button
('stopActivityById', 'stop_activity')
77
return self.
_get_button
('mirrorUrl', 'open_then_mirror')
82
return self.
_get_button
('mirrorUrlV2', 'open_then_mirror_v2')
87
return self.
_get_button
('mirrorDesktop','start_desktop_mirror')
102
return self.
_get_button
('stopV2Mirroring', 'stop_v2_mirroring')
107
return self.
_get_button
(
113
return self.
_get_button
(
[
all
...]
extension_pages.py
26
def
_get_button
(self, element_id, name=None):
member in class:ExtensionPages
options.py
70
return self.
_get_button
(BUTTON_LIST['reload'], 'reload')
Completed in 71 milliseconds