Hello, I'm wondering what is the difference between those two methods mentioned above? Is the .Click() method executed via Javascript? What about the .MouseClick() method..does it not use javascript.
If I use the .MouseClick() event, does that mean that the browser has to to have top most focus on it while executing the tests? Does that also mean that a user has to be logged in and the browser can't be minimized while the tests are running.
Please help me understand the difference at the low technical level...why would I prefer one over the other? If I use the .MouseClick() method will I see the mouse cursor actually moving over to the UI element that it's about to interact with?
Regards,
Humberto
If I use the .MouseClick() event, does that mean that the browser has to to have top most focus on it while executing the tests? Does that also mean that a user has to be logged in and the browser can't be minimized while the tests are running.
Please help me understand the difference at the low technical level...why would I prefer one over the other? If I use the .MouseClick() method will I see the mouse cursor actually moving over to the UI element that it's about to interact with?
Regards,
Humberto