Greetings
I'm trying to click an url that's inside of an iFrame.
I've tried by using ClickByXpath, but I don't understand the frameUrlRegex parameter.
I've tried using ClickByCoordinates, but the location is inconsistent, so this is not a reliable solution.
I've tried with ClickByTag, but again I don't think I understand the frameUrlRegex parameter. (I just used the iframe url as parameter)
Would anyone be able to help me out with some examples?
Let's say I want to click an url with href="click.network.com/...." and the iframe url is "network.com/...."
Cheers
I'm trying to click an url that's inside of an iFrame.
I've tried by using ClickByXpath, but I don't understand the frameUrlRegex parameter.
I've tried using ClickByCoordinates, but the location is inconsistent, so this is not a reliable solution.
I've tried with ClickByTag, but again I don't think I understand the frameUrlRegex parameter. (I just used the iframe url as parameter)
Would anyone be able to help me out with some examples?
Let's say I want to click an url with href="click.network.com/...." and the iframe url is "network.com/...."
Cheers