What does "Create isolated new context for script execution" do in "Run Real JavaScript" action?

by default BTT now runs all scripts in the same JS context for performance reasons. This is usually not a problem, but if you have multiple scripts that modify the same global variable it could lead to problems.

Basically the same as opening a new browser window/tab.

1 Like