How to test your changes on the OSA page, this will help anyone that is coding a functionality to be used directly on OSA
This is know to front-end developers, but the debugging tool to your projects is the browser When you press F12, you open the developer tools. To find the OSA calls:
With this, you find the pages/calls/data that is transitioning on the project. This will help you to
If the browser doesn't show the input, you can find the input in the OSA Benchmark, you need to filter to find the OSA call on it: With the input, you can go on the OSA source code and find out why the input is this way or why the OSA isn't working properly
This is not perfect, but it helps to find the problems faster