microsoft / SARA

Record-and-replay tools are indispensable for quality assurance of mobile applications. However, by conducting an empirical study of various existing tools in industrial settings, researchers have concluded that no existing tools under evaluation are sufficient for industrial applications. In this project, we present a record-and-replay tool called SARA towards bridging the gap and targeting a wide adoption.
MIT License
88 stars 32 forks source link

How can I get "record_inputs" source code #1

Open freemanZYQ opened 4 years ago

freemanZYQ commented 4 years ago

from record_inputs import record_inputs_on_dialog as dialog from record_inputs import record_inputs_on_activity as activity from record_inputs import record_inputs_on_popupwindow as popupwindow from record_inputs import record_inputs_on_webview as webview from record_inputs import instrument_classloader as classloader from record_inputs import record_low_level_sensor as low_sensor from record_inputs import record_location as location from record_inputs import record_soft_keyboard_inputs as soft_keyboard from record_inputs import record_utils as ru

ModuleNotFoundError: No module named 'record_inputs' How can I get "record_inputs" source code ? Thank you !

ajisky commented 4 years ago

the source project is not complete, the recore_inputs include sara's vm image. and after copy files, is also existing question, the record.py param “--serial” is confused. add --serial , runing error!

axinhouzilaoyue commented 3 years ago

ModuleNotFoundError: No module named 'record_inputs' I also can`t find 'record_inputs' in this projct.

where can i get "record_inputs" source code ? Thank you !