# --need python3.6+ or greater. tested on python 3.10.5 # --get uuid of device from "idb list-targets" async def get_screenshot_from_ios_device(ios_dut_uuid: str, path_to_save_image: str): cmd = f"idb ...
I have an entry point in my project_root/scripts however what that script is doing is running a subprocess to run the script with the correct python interpreter and ...