Python automation fixes
This release improves Python-based automation workflows:
- The Python wrapper can now be copied directly into a Defold project root and used with
PYTHONPATH=automation-bridge-python. - Fixed waiting for an input to reach the
acceptedstate when using its input ID. - Fixed trace replay so recorded request data, including click coordinates, is preserved.
- Successful asynchronous requests now return HTTP 200, removing the
WARNING:DLIB: Unsupported status code: 202message. - Updated setup instructions and examples for both copied wrappers and source checkouts.