feat: !hard-coded pagination type

This commit is contained in:
karishmas6
2024-09-06 11:34:24 +05:30
parent f6edb48304
commit cfc7a92dab

View File

@@ -185,8 +185,6 @@ export const BrowserWindow = () => {
}
if (paginationMode && getList) {
// Set the pagination selector
const paginationType = 'clickNext'; // You can get this from user selection or UI
addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: highlighterData.selector });
console.log(
`Pagination mode: ${paginationType} with selector: ${highlighterData.selector}`