Christoph Suckow
Christoph Suckow
Hi again! I looked at the example for [exporting the results](https://github.com/ocornut/imgui_test_engine/wiki/Exporting-Results) and wanted to reproduce the same behavior in python with the following line: `imgui.test_engine.get_io(hello_imgui.get_imgui_test_engine()).export_results_filename = "output_file.xml"` However, it does...
Hello! I am tinkering with the [recent example for glfw](https://github.com/pthom/imgui_bundle/blob/v1.1.0/bindings/imgui_bundle/python_backends/examples/example_python_backend_glfw3.py) and trying to integrate the test_engine by following the instructions [here](https://github.com/ocornut/imgui_test_engine/wiki/Setting-Up#initialization) and [here](https://github.com/pthom/imgui_bundle#test--automation-with-imgui-test-engine). I was trying to click the button...