Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

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

  • 4 răspunsuri
  • 1 are această problemă
  • 2 vizualizări
  • Ultimul răspuns de 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.

Toate răspunsurile (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