chore: lint
This commit is contained in:
@@ -472,8 +472,8 @@ export class WorkflowGenerator {
|
||||
const elementInfo = await getElementInformation(page, coordinates);
|
||||
|
||||
const selectorBasedOnCustomAction = (this.getList === true)
|
||||
? await getNonUniqueSelectors(page, coordinates)
|
||||
: await getSelectors(page, coordinates);
|
||||
? await getNonUniqueSelectors(page, coordinates)
|
||||
: await getSelectors(page, coordinates);
|
||||
const bestSelector = getBestSelectorForAction(
|
||||
{
|
||||
type: action,
|
||||
|
||||
Reference in New Issue
Block a user