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