diff --git a/scrapypuppeteer/__init__.py b/scrapypuppeteer/__init__.py index 4507597..0c57ae3 100644 --- a/scrapypuppeteer/__init__.py +++ b/scrapypuppeteer/__init__.py @@ -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,