The site has no submit button. Instead, the form only submits when the user presses Enter after the last field.
After pressing Enter, there are two pop up prompts:
- “Are you sure all data is correct?” → requires pressing OK
- “Entry has been successful” → also requires pressing OK
After the second OK, the page reloads to the same URL.
So far I’ve tried the following approaches without success:
- Selected the XPath of the last text field after it was filled (the same one already used in the selector to fetch data from Excel) and assigned the field type as {FORM-FILLED}. In the trigger JavaScript event I added ENTER and mouse enter, but nothing happened.
- Changed the field type to keyboard event and again set the JavaScript event as ENTER and mouse enter, but still no result.
Is there any way to handle this workflow with the extension?
Thanks a lot!