Skip to content

Commit

Permalink
docs(playwright): added classes to the right docs category
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Oct 2, 2023
1 parent 4f7a389 commit 83a6881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -5,6 +5,9 @@ import type { PlaywrightOptions } from '../../PlaywrightOptions';
import { SerenitySelectorEngines } from '../../selector-engines';
import { PlaywrightBrowsingSession } from './PlaywrightBrowsingSession';

/**
* @group Models
*/
export class PlaywrightBrowsingSessionWithBrowser extends PlaywrightBrowsingSession {
private readonly serenitySelectorEngines = new SerenitySelectorEngines();

Expand Down
Expand Up @@ -6,6 +6,9 @@ import type { PlaywrightOptions } from '../../PlaywrightOptions';
import { PlaywrightBrowsingSession } from './PlaywrightBrowsingSession';
import { PlaywrightPage } from './PlaywrightPage';

/**
* @group Models
*/
export class PlaywrightBrowsingSessionWithPage extends PlaywrightBrowsingSession {
constructor(
protected readonly page: playwright.Page,
Expand Down

0 comments on commit 83a6881

Please sign in to comment.