README.md
setup.py
altunityrunnerfc/__init__.py
altunityrunnerfc/altElement.py
altunityrunnerfc/altUnityExceptions.py
altunityrunnerfc/by.py
altunityrunnerfc/player_pref_key_type.py
altunityrunnerfc/runner.py
altunityrunnerfc.egg-info/PKG-INFO
altunityrunnerfc.egg-info/SOURCES.txt
altunityrunnerfc.egg-info/dependency_links.txt
altunityrunnerfc.egg-info/not-zip-safe
altunityrunnerfc.egg-info/top_level.txt
altunityrunnerfc/commands/__init__.py
altunityrunnerfc/commands/base_command.py
altunityrunnerfc/commands/close_connection.py
altunityrunnerfc/commands/command_returning_alt_elements.py
altunityrunnerfc/commands/enable_logging.py
altunityrunnerfc/commands/get_png_screenshot.py
altunityrunnerfc/commands/FindObjects/__init__.py
altunityrunnerfc/commands/FindObjects/find_chui_button_by_name_in_list.py
altunityrunnerfc/commands/FindObjects/find_object.py
altunityrunnerfc/commands/FindObjects/find_object_which_contains.py
altunityrunnerfc/commands/FindObjects/find_objects.py
altunityrunnerfc/commands/FindObjects/find_objects_which_contains.py
altunityrunnerfc/commands/FindObjects/get_all_elements.py
altunityrunnerfc/commands/FindObjects/wait_for_object.py
altunityrunnerfc/commands/FindObjects/wait_for_object_to_not_be_present.py
altunityrunnerfc/commands/FindObjects/wait_for_object_which_contains.py
altunityrunnerfc/commands/FindObjects/wait_for_object_with_text.py
altunityrunnerfc/commands/InputActions/__init__.py
altunityrunnerfc/commands/InputActions/move_mouse.py
altunityrunnerfc/commands/InputActions/move_mouse_and_wait.py
altunityrunnerfc/commands/InputActions/press_key.py
altunityrunnerfc/commands/InputActions/press_key_and_wait.py
altunityrunnerfc/commands/InputActions/scroll_mouse.py
altunityrunnerfc/commands/InputActions/scroll_mouse_and_wait.py
altunityrunnerfc/commands/InputActions/swipe.py
altunityrunnerfc/commands/InputActions/swipe_and_wait.py
altunityrunnerfc/commands/InputActions/tap_at_coordinates.py
altunityrunnerfc/commands/InputActions/tilt.py
altunityrunnerfc/commands/ObjectCommands/__init__.py
altunityrunnerfc/commands/ObjectCommands/call_component_method.py
altunityrunnerfc/commands/ObjectCommands/call_static_methods.py
altunityrunnerfc/commands/ObjectCommands/click_event.py
altunityrunnerfc/commands/ObjectCommands/drag.py
altunityrunnerfc/commands/ObjectCommands/drop.py
altunityrunnerfc/commands/ObjectCommands/get_component_property.py
altunityrunnerfc/commands/ObjectCommands/get_text.py
altunityrunnerfc/commands/ObjectCommands/pointer_down.py
altunityrunnerfc/commands/ObjectCommands/pointer_enter.py
altunityrunnerfc/commands/ObjectCommands/pointer_exit.py
altunityrunnerfc/commands/ObjectCommands/pointer_up.py
altunityrunnerfc/commands/ObjectCommands/set_component_property.py
altunityrunnerfc/commands/ObjectCommands/set_text.py
altunityrunnerfc/commands/ObjectCommands/tap.py
altunityrunnerfc/commands/OldFindObjects/__init__.py
altunityrunnerfc/commands/OldFindObjects/find_element.py
altunityrunnerfc/commands/OldFindObjects/find_element_by_component.py
altunityrunnerfc/commands/OldFindObjects/find_element_where_name_contains.py
altunityrunnerfc/commands/OldFindObjects/find_elements.py
altunityrunnerfc/commands/OldFindObjects/find_elements_by_component.py
altunityrunnerfc/commands/OldFindObjects/find_elements_where_name_contains.py
altunityrunnerfc/commands/OldFindObjects/wait_for_element.py
altunityrunnerfc/commands/OldFindObjects/wait_for_element_to_not_be_present.py
altunityrunnerfc/commands/OldFindObjects/wait_for_element_where_name_contains.py
altunityrunnerfc/commands/OldFindObjects/wait_for_element_with_text.py
altunityrunnerfc/commands/UnityCommands/__init__.py
altunityrunnerfc/commands/UnityCommands/delete_player_pref.py
altunityrunnerfc/commands/UnityCommands/delete_player_pref_key.py
altunityrunnerfc/commands/UnityCommands/get_current_scene.py
altunityrunnerfc/commands/UnityCommands/get_player_pref_key.py
altunityrunnerfc/commands/UnityCommands/get_time_scale.py
altunityrunnerfc/commands/UnityCommands/load_scene.py
altunityrunnerfc/commands/UnityCommands/set_player_pref_key.py
altunityrunnerfc/commands/UnityCommands/set_time_scale.py
altunityrunnerfc/commands/UnityCommands/wait_for_current_scene_to_be.py