The content of a button may change - how can bot recognize it?

I need to perform a mouse click on the Submit button (This button is located on a web page) but the content inside the button can be changed after each click (for example, “submit” can change to “submit” , “submit post”), so sometimes bots can’t recognize it, please help!

Hi @thuhuedo ,

In case the name of the button can be changed in different runs, you can:

  1. Remove the text in the element of that button.
    or
  2. Change the text to *, as it represents a wild character, so the bot can recognize any characters of that button.

Regards,
akaBot Support Team