Original post>
link text
And one more issue that I encounter on this new 23.2.0 version is when work in record mode. When I click on interupt button to stop the bot, BAS writes it down in console log but continues to work until I click it again and then stops.
And here is a note for the developer>
Regarding BAS wont stop in record mode, it happens only when I create a new function on imported project. So after that when I hit interrupt button BAS writes error message in log window - error occured aborted by user, but not in red colour but in white as regular execution log messages by user. But bot continues to work until its hit again and than stops with regular red message,
So I copied all code blocks from newly created function directly in existing function on place where it was nested and started bot again and that solved issue about bot not stopping in record mode, and stopped from firs click on interupt button with red message aborted by user.
I saw that functions panel is updated in newest version, so report this behavior.
alt text
Update:
Its not about function that triggers interupt button need to be clicked twice. Now even without new function I have to click interrupt button twice, so its up to when in code execution interrupt button is clicked, so it might be default behavior on some actions. If I click it on GET request or download action
it triggers need to click interrupt button twice in recording mode so script stops.


