feat: include pagination in ListStep
This commit is contained in:
@@ -19,6 +19,10 @@ export interface ListStep {
|
||||
type: 'list';
|
||||
listSelector: string;
|
||||
fields: { [key: string]: TextStep };
|
||||
pagination?: {
|
||||
type: string;
|
||||
selector: string;
|
||||
}
|
||||
}
|
||||
|
||||
type BrowserStep = TextStep | ScreenshotStep | ListStep;
|
||||
|
||||
Reference in New Issue
Block a user