You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using API to start recording from custom button, first time page is loaded after browser launch, extension does not 'wake up' to start recording.
recorder = new RecordRTC_Extension(recordConfig);
recorder.startRecording();
Config is { enableTabCaptureAPI: true }
Above code causes extension to send post message 'startRecording' but never 'startedRecording'.
If user clicks "R" icon in toolbar for extension, then clicks custom button, API works fine and recording starts correctly. Next time browser launched, same problem.
Am I doing something wrong? Why does icon need to be clicked to start recording?
The text was updated successfully, but these errors were encountered:
I'm interested in using this as a way of recording video for selenium tests, but since selenium isn't able to interact with Chrome extensions it looks like it won't be a viable solution.
Using API to start recording from custom button, first time page is loaded after browser launch, extension does not 'wake up' to start recording.
recorder = new RecordRTC_Extension(recordConfig);
recorder.startRecording();
Config is { enableTabCaptureAPI: true }
Above code causes extension to send post message 'startRecording' but never 'startedRecording'.
If user clicks "R" icon in toolbar for extension, then clicks custom button, API works fine and recording starts correctly. Next time browser launched, same problem.
Am I doing something wrong? Why does icon need to be clicked to start recording?
The text was updated successfully, but these errors were encountered: