fix: revert changes
This commit is contained in:
@@ -478,12 +478,10 @@ export class WorkflowGenerator {
|
||||
const elementInfo = await getElementInformation(page, coordinates);
|
||||
const nonUniqueDebug = await getNonUniqueSelectors(page, coordinates)
|
||||
|
||||
const { generalSelector, childSelectors } = await getNonUniqueSelectors(page, coordinates);
|
||||
|
||||
console.log('Non Unique Selectors [DEBUG]:',nonUniqueDebug);
|
||||
|
||||
const selectorBasedOnCustomAction = (this.getList === true)
|
||||
? generalSelector
|
||||
? await getNonUniqueSelectors(page, coordinates)
|
||||
: await getSelectors(page, coordinates);
|
||||
const bestSelector = getBestSelectorForAction(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user