Skip to content

Commit

Permalink
allow top-level import of actions (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsnq authored Aug 22, 2024
1 parent 74b59a8 commit c22a53c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scrapypuppeteer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
from .actions import (
PuppeteerServiceAction,
GoTo,
GoForward,
GoBack,
Click,
Scroll,
Screenshot,
Har,
FillForm,
RecaptchaSolver,
CustomJsAction,
)
from .request import PuppeteerRequest, CloseContextRequest
from .response import (
PuppeteerResponse,
Expand Down

0 comments on commit c22a53c

Please sign in to comment.