Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How to record Browser Session as a video from addon like Screencastify in Google Chrome?

  • 4 답장
  • 1 이 문제를 만남
  • 11 보기
  • 최종 답변자: muthusmkmtp

more options

Hi , I am developing a mozilla addon and I need to record a tab actions as a video and store it in local like ScreenCastify extension do in Google Chrome. I came across many addons like iMacros in mozilla firefox , which records the user actions like click events , keypress and saves that. While we attempt to replay it , the addon executes a script which performs the recorded events. This doesn't run when my computer is offline. Please suggest me a solution.

P.S I don't want to record as events , I would like to record as a video, so that I could use it.

Hi , I am developing a mozilla addon and I need to record a tab actions as a video and store it in local like ScreenCastify extension do in Google Chrome. I came across many addons like iMacros in mozilla firefox , which records the user actions like click events , keypress and saves that. While we attempt to replay it , the addon executes a script which performs the recorded events. This doesn't run when my computer is offline. Please suggest me a solution. P.S I don't want to record as events , I would like to record as a video, so that I could use it.

모든 댓글 (4)

more options

Go to the Mozilla Add-ons Web Page {web link} (There’s a lot of good stuff here) and search for what you want.

There are screen recording software's available as well.

more options

FredMcD said

Go to the Mozilla Add-ons Web Page {web link} (There’s a lot of good stuff here) and search for what you want. There are screen recording software's available as well.

There are lot of stuff there , but nothing chooses my criteria. All the recording stuff there , could record the events and run it as a script in the corresponding page , but they don't record as a video for future purposes. And I need to record my browser page only through extension , I cant force everyone who install my addon to install the screen recording software.

Please correct me , If I am wrong

more options
more options

@FrefMCD As I already said , I don't need screen recording software. I just want to record my firefox browser tab alone through extension. Is there a way to do that? Does addon-sdk or firefox browser support that? Also canvas recording is not supported in firefox