Skip to content

Commit

Permalink
fix(firefox): add ExecutionContext to api (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 9, 2019
1 parent a987535 commit 2a7ed1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/puppeteer-firefox/lib/api.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
ConsoleMessage: require('./Page').ConsoleMessage,
Dialog: require('./Dialog').Dialog,
ElementHandle: require('./JSHandle').ElementHandle,
ExecutionContext: require('./ExecutionContext').ExecutionContext,
Frame: require('./Page').Frame,
JSHandle: require('./JSHandle').JSHandle,
Keyboard: require('./Input').Keyboard,
Expand Down

0 comments on commit 2a7ed1a

Please sign in to comment.