Skip to content

Click Element

Naibo Wang edited this page Feb 15, 2023 · 4 revisions

We always need to click element, such as link, button on web pages to open new page, go to next page, etc. Here, we need to define the "Click Element" operation for EasySpider to automatically click element on the web page when executing tasks.

Define Operation (at the Task Design stage)

The click element operation is very easy to define:

  1. Select the element we want to click by right-click or F7.

  2. Select the Click this element (link) option.

That's all! Then the "Input Text" operation will be added to the Workflow Manager.

Clone this wiki locally