Table of Contents

Class CmpWorkaroundService

Namespace
SunamoSelenium.Services
Assembly
SunamoSelenium.dll

Workaround service for CMP (Consent Management Platform) dialogs. When loading certain pages (e.g. firmy.cz) without authentication, a CMP dialog appears. Logging in first bypasses the CMP dialog.

public class CmpWorkaroundService
Inheritance
CmpWorkaroundService
Inherited Members
Extension Methods

Constructors

CmpWorkaroundService(ILogger)

Workaround service for CMP (Consent Management Platform) dialogs. When loading certain pages (e.g. firmy.cz) without authentication, a CMP dialog appears. Logging in first bypasses the CMP dialog.

public CmpWorkaroundService(ILogger logger)

Parameters

logger ILogger

Methods

LoginSeznamCz(string, string)

Logs into Seznam.cz account using Edge WebDriver to bypass CMP dialogs on Seznam services.

public Task LoginSeznamCz(string email, string password)

Parameters

email string

The Seznam.cz account email address.

password string

The account password.

Returns

Task