HI JESS!
See you’ve discovered the “#” huh?
__
Good question there!
I have no clarity on this either.
Tagging @manvel for further clarification.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
Hi @Jess thanks for noticing this and sorry for the late reply.
Yes, indeed Enter didn’t end up in the release notes accidentally, also I realize that we do not show it as picker action, which I think it should.
The Enter action just trigger “Enter” keypress on the specific field. Meaning it expects to have a target element, Focus event on the other hand does focus specific inputs and/or can use to bring some parts of the page into the view part, what it does is following:
- Bring element to the viewport.
- Focuses element(i.e. in case it’s a form element, input, checkbox and etc it suppose to focus it similar how the tabulation works in forms)
I will followup adding those two into the Actions Window when picking element, but also I think we should improve the Edit dialog, because currently it’s messy and lists bunch of mixed actions, we should only list there relevant to the target action(Scraping/Special and etc).
Thank you Manvel! I appreciate the context!