Closed ecare-joost closed 1 day ago
If the previous version, can you tell how you response body looks like? Is it list, dictionary or something else? Or is a string which might look like list or dictionary?
Also if possible could you run with 19.0 and add new line before this line this line: https://github.com/MarketSquare/robotframework-browser/blob/main/Browser/keywords/network.py#L35 and add logger.info(response)
. Then send the relevant line from log.
I think I found the bug, at least I can reproduce the problem with unit tests.
@allcontributors please add @ecare-joost for bugs
@aaltat
I've put up a pull request to add @ecare-joost! :tada:
Unfortunately, this fix, speedy as it was, is incomplete. Enabling Wait For Response to handle a list is good and necessary but I have lots of responses where the body is a single boolean value. True or False. Please enhance this fix to be able to deal with a boolean, too! Or do you need a new issue for this?
This one is fine
Is fixed as part of #3922
Describe the bug After I updated to version 19.0.0 the
Wait for response
keyword fails when it get a list back in the response. This did not happen in version 18.9.1To Reproduce Link to slack conversation https://robotframework.slack.com/archives/C015KB1QSDN/p1732620419276269
Stacktrace:
Expected behavior
Wait for response
keyword can handle lists.