Hardware events selector keep throwing error

Hey @Rhys18,

There are two ways you can get rid of this issue.

  1. Either you can use the element exist activity to check whether that element exists or not the default timeout for that activity is 30sec, if that output is true you can perform your click else you can do as per your requirement in the else block.
    Or
  2. You can use On Element Appear activity and capture that element once that element is appear the click would get performed.

Regards,
Sanjit