I am trying to write automated test for a registering process and I send out a html formatted activation email to a mailinator.
In the email there is a button I want to select that takes the user to another page.
I tried selecting the button with almost every way by using xpath, css selector and so on...
Is there any way to make this work? Or any other clients? I would like to try and avoid setting up dummy accounts.