I have tried multiple things after reading through the forum, but I am a total newbie at this (chuffed ive got this far) and I am stuck trying to click a web “continue” button. The selector is green and validated, I debuged it and it literally missed the click and so didnt move to the next page.
Ive tried delays and god knows what else, but I cant get it to click on that button. So if anyone can offer a beginner some help, it would be apprecaited
Try using Highlight activity with same selector and check if it highlights the element which you are trying to click.
Try using Simulate click
Try keeping WaitForReady as Complete
Are you using multiple pages/browser windows on Chrome by chance? If the element you are trying to click isn’t being highlighted red (or yellow as @Krishna_547 said) when you click “Highlight” on the Selector Editor window, there may be another “Continue” button in the background somewhere.
I will ensure that I try it shortly and all the other windows are closed. Im a manual tester with hands in multiple pies, so its possible that I could have one on in the background. Its not something that I had thought about, but its a possibility, so I will try that
so in the event anyone looks at this in future we used attach browser and then navigate to, which took me to the next page and it seems to be working very well. Tried a lot of different things with my work colleague and he suggested this.