@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
Screen video record
-
Hello, I am looking for a solution to record the screen of the browser in video. I just tried with extensions but it doesn't seem to work, maybe a permission issue? (the recording authorization windows are not displayed). Anyone have a clue or a solution?
-
I finally found the solution, I created a chrome extension in version 2 which saves the active tab (no need authorization in v2 unlike v3). I just have to do "Click extension button" to start and stop too. Just sometime it's not record so not 100% stable ...