Skip to content

Python automation fixes

Choose a tag to compare

@AGulev AGulev released this 27 Jul 15:20
· 27 commits to master since this release

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 accepted state 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: 202 message.
  • Updated setup instructions and examples for both copied wrappers and source checkouts.