Scraper Actions: "Enter" & "Focus"

Hi! After reviewing the release notes documentation and trial/error on my part, I’m unable to determine what and how the “Enter” & “Focus” actions on the scraper template are intended for use. Could you please help me understand?

Thank you,

Jess

HI JESS!

See you’ve discovered the “#” huh?

:ambassador_deal_with_it: :ambassador_cat_jam:

__

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).

1 Like

Thank you Manvel! I appreciate the context!