chore: remove unused code

This commit is contained in:
karishmas6
2024-09-09 05:13:28 +05:30
parent bba40fa3be
commit 7866e98864

View File

@@ -482,9 +482,6 @@ export class WorkflowGenerator {
*/
private generateSelector = async (page: Page, coordinates: Coordinates, action: ActionType) => {
const elementInfo = await getElementInformation(page, coordinates);
const generalSelector = await getNonUniqueSelectors(page, coordinates)
console.log(`Get List value while generating selector`, this.getList);
const selectorBasedOnCustomAction = (this.getList === true)
? await getNonUniqueSelectors(page, coordinates)