I'd like to use Selenium IDE to automate web app instructional videos and need to turn off the 'Selenium IDE' has started debugging this browser message that appears which will impact the video recording that occurs.
Checking: chrome://flags/
and searching for debug
I can see no relevant flag to alter.
Checking Google shows no solutions either.
If there's no way to turn this off I can probably delay the first step of the Selenium IDE test and then crop the first x seconds off the start of the video.
Help appreciated.
From this answer:
One way to do this is with AppleScript.
Open AppleScript Editor (/Applications/Utilities/ScriptEditor) and type this in:
do shell script "open '/Applications/Google Chrome.app' --args --explicitly-allowed-ports=6666"
Save it as an Application.