Hi all, I've just started on Watir and it's going really well so far. Our web app makes extensive use of Kendo UI controls, and I'm trying to establish the pros/cons of using .select instead of .click when interacting with these elements.
Assuming a site visitor is on a desktop/laptop, they will almost always be interacting with the website using a mouse driven interface. So if you're testing UI elements like a date picker, is it better to always use the element's .Click method rather than .Select? Otherwise, your element might be unclickable for some reason but you wouldn't know because you've selected it via an alternative method. Is that an accurate assertion, or are they actually doing the same thing? Thanks for your opinions. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
