Interact step

# What to use the Interact step


The 'Interact with a page's interface' step has sub-steps that automate web actions like clicking on elements or 'Entering text'. However, from Axiom 4.0, this step is no longer used, it is replaced by new methods for looping and new nesting features. Although this step will still function, all Axioms created with it will continue to work.

You can use this step to combine steps:

  • To automate 'data entry'
  • To scrape multiple 'pages'
  • Social media automation like this 'template'
  • To automate any website actions such as clicks in Chrome
  • To automate file downloads.

# How to configure the Interact step


# Loop through data

Repeat for each item in another step's data. Click 'Insert Data' and select the data you wish to loop through.

# Loop through all

Toggle ON this to loop through all rows of data, this function can be disabled to use first row only.

# Add a sub step

Add sub steps required to build your web automation.