Skip to content

Base

flowtask.components.ServiceScrapper.parsers.base

ScrapperBase

ScrapperBase(*args, **kwargs)

Bases: SeleniumService, HTTPService

ScrapperBase Model.

Define how scrappers should be work.-

connect abstractmethod async

connect()

Creates the Driver and Connects to the Site.

disconnect abstractmethod async

disconnect()

Disconnects the Driver and closes the Connection.

start async

start()

Starts de Navigation to Main Site.