On Monday, March 18, 2013 3:33:45 AM UTC-7, Alex Shtayer wrote: > You can't do that as watir-webdriver kindly gives you exception. > > And that's just SUPER as watir in the past just running the scripts > without any errors and in result days can be wasted until someone noticed > that we had zoom 105% :) >
I would also argue that looking at your site with different browser zoom levels is something you want to do manually. It's not an activity well suited to 'checking' with automation, especially since the site may well remain fully 'functional' from the perspective of automation that can still find and interact with UI elements via the DOM, when the user may have serious issues with stuff being hidden behind other objects, overlapped, etc Observing and testing the site at different zoom levels is really a type of 'testing' requiring sapience to evaluate if everything is working right, and is especially difficult to automate unless you start working with AI code, which is well beyond anything watir or webdriver can cope with. -- -- 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/groups/opt_out.
