Search found 1 match

by startsts
Sun May 01, 2016 8:46 am
Forum: iMacros for Firefox
Topic: How to use firefox SDK in js file of Macros?
Replies: 2
Views: 2667

How to use firefox SDK in js file of Macros?

iMacros can not manage the tabs well. It can't choose a tab which was created before some macros starts. So I need use Firefox SDK

For example I need:
var tabs = require("sdk/tabs");

how to use "require" here?