I work for a testing company, and we test a website of our local Trainstation, so people can buy they're tickets off the internet.
These test are simple and easy to do, and i've been working with AutoIt for a while now.
I have a simple question involving AutoIt Searching for a word, and clicking it.
For example making AutoIt Click the word "Home Print" or the tag.
And because the page changes in size every week, i can't use MouseClick, because the coordinates differ from the day before.
Is there a way for AutoIt to search the word and click it? Kinda like Pixel but with words?