My question is how to convert that with Robot + Browser lib using wait for response ?
Does anyone know how to write the matcher parameter to have the same behavior ?
The documentation and examples around these wait for xxx keywords is not very detailed
I’m also struggling to get the browser Wait For Reponse Matcher to work.
I’ve tried:
${promise} = Promise To Wait For Response matcher="https://forum.robotframework.org/t/wait-for-response-matcher-example"
Click //div//span//class="k-input"]
Wait For ${promise}
But I find that it errors because I’ve put the matcher in quotations, which it then seems to assume is a regex. If I remove the quotations, like in this example:
Then it gives me an error saying that the JSON object is a NonType.