You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added new action to the create action file but when I execute the code its not being read, and it shows the action is not defined
selectOption: {
function: async (args: { value: string; elementId: string }) => {
await getLocator(args.elementId).selectOption(args.value);
I have added new action to the create action file but when I execute the code its not being read, and it shows the action is not defined
selectOption: {
function: async (args: { value: string; elementId: string }) => {
await getLocator(args.elementId).selectOption(args.value);
The text was updated successfully, but these errors were encountered: