Jump to content

zovudewey

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by zovudewey

  1. Hey guys! I need to click on a text that is not presented as a link, it looks like this: <li><a id="send-message">Send Message</a></li> The thing is, if it was a regular link, I can easily script sending keys to find the text and then send an enter key. But it doesn't work, the only way to activate it is by clicking with the mouse. Anyway I can send a click to the position it's found on? The only solution I can think of is using a software to compare 2 screenshots, one before selecting the text "Send message", the other inmediatedly after and seeing where most of the difference in the image is. Any cleaner solution?
  2. Thanks for this! I'm trying to automate clicking on a string in Chrome, can't make it work. The thing is that it is not a link, as in that you can't see a link to a different HTML file. It just sends a different parameter via GET. Anyone knows if there's a way to find a text and then click there? This is a bit advanced for me, so any guidance would be greatly apreciated.
×
×
  • Create New...