I know there are other similar questions, but I would like to know specifically which framework can run test that exactly mimic the user, or as close as possible.
I have experience with Selenium, but have run into numerous problems. For example, it appears Selenium does not have the ability to click screen coordinates without identifying an element, which would be the more accurate way to simulate user actions.
Are there stronger alternatives to Selenium in this regard?
