Iframe and notification updates in March

# Iframe support is back

Those with good memories may recall that this feature was added a while ago, but then had to be rolled back as it caused unintended problems. Now it has returned!

This time, you will need to turn on iframe support from the settings section of your axiom; each axiom can have iframe support on or off as required. The default is for iframe support to be turned off.

Once iframe support is turned on, axiom will be able to interact with most elements within iframes, and scrape data in them too.

As a nice bonus, automation performance on sites that make heavy use of iframes (usually for things like ads or tracking) will now be much better out of the box.

iframe support - Axiom.ai

# Improved notifications

We have enanced the notification system to be more flexible and useful, particularly for those who are using axiom as part of a larger automation stack.

Now you can:

  • Turn on notifications for success, failure or both
  • Specify an email address to send notifications to (previously, these always went to the email associated with your account)
  • Send a webhook as a success or failure notification
better notifications - Axiom.ai

# Custom error logging

A new step has been added, "Add error metadata", which lets you augment error messages with custom data. This should be help bots that run on schedules or remotely to more accurately debug issues, or to simply give better information on what failed and why.

This feature works well in conjunction with the notification enhancements.

custom error message logging - Axiom.ai

# Customised line breaks in the Enter Text step

Many modern messaging apps, such as Instagram, use the "Enter" key as a way of sending a message rather than entering a line break. This means it is quite awkward to construct a single message with many paragraphs using axiom.

Now we've added a custom line break feature to help with this. When turned on, it will let you record a custom keypress value to use instead of the enter key when a new line is encountered in your input.

# Better tab handling

Two features related to handling tabs have been introduced in 3.17.

Firstly, the goto step now has a checkbox that allows you to specify that the page should be opened in a new tab. Axiom will automatically switch the context to the new tab when you do this.

open page in new window - Axiom.ai

Secondly, a new step has been added that allows tabs to be closed. Context in that case switches to the last open tab.

close tab - axiom.ai

# Download page HTML step

A new step has been added which allows you to download the entire HTML of a page and save it locally.

The page is downloaded after rendering is complete, which means that all javascript has run.

automate donwloading html pages with Axiom.ai

# Minor fixes

  • Enter text steps now do not click into the box if a passed token value is empty
  • UI tweaked on conditional logic steps to clarify what the default state does
  • Fixes to cases where automations would get stuck "In Progress" when stopped
  • Axiom now restarts chrome after a certain number of steps have passed, to try and stop websites that have memory leaks from breaking long automations
  • Custom selectors containing double quotation marks no longer fail
  • New video guides added for steps
  • New retry logic added for external requests to reduce the chance that temporary network problems or outages will stop your automation from completing

Previous release notes

Contents