+x Heidi Umbach Hansen - 11/4/2021+x Dave - 3/10/2016Yes, there is. If you look at a launch page's source code, there is a variable that can be set to true to run the script in monkey-mode:// Specify true or false for the script to run in monkey mode var MonkeyMode = false;You can set it to true directly in your browser by using the browser's developer tools features. For example, in Firefox, open the launch page and press F12 to open the developer tools. Go to the console tab, typevar MonkeyMode = true;and press enter.Click the start button on the launch page, and the script will be completed by the monkey. Heya!Is there a way to run monkey mode multiple times in the browser? - Heidi
+x Dave - 3/10/2016Yes, there is. If you look at a launch page's source code, there is a variable that can be set to true to run the script in monkey-mode:// Specify true or false for the script to run in monkey mode var MonkeyMode = false;You can set it to true directly in your browser by using the browser's developer tools features. For example, in Firefox, open the launch page and press F12 to open the developer tools. Go to the console tab, typevar MonkeyMode = true;and press enter.Click the start button on the launch page, and the script will be completed by the monkey.