Click command stopped working

Since 18/03/2026 in most of my several macros, click command stopped working, causing “timeout error looking for element Xxxxx”.

Error has start suddenly over all the five websites I work on, thus can’t be site related… maybe due to Chrome update or something like this.

Please help. I can’t work!

Do the demo macros still work on your machine? We are not aware of a general issue.

I’ve run DemoIfElse and DemoFrames, having also here

"timeout reached when looking for element ‘id=sometextXXXXX’ "

and

“timeout reached when looking for element ‘css=input.quantumWizTextinputSimpleinputInput.exportInput’”

Please note that I have the same problem on my PC (running Entreprise Edition) and on my three servers (running Payer Edition)

  1. I would always use xpath to targert the html elements.
  2. Maybe your page has not been loaded fully when kantu scripts executes
  3. can you send the HTML tag that you try to target?