Thank you Jim for your answer and apologies for giving you hard time/ I'm new in programming overall and in Ruby particularly. From the stuff i browsed in inet that article was closest to my problem and that's why i decided to ask for help here. So thank you one more time and sorry for troubles :)
Среда, 16 января 2013, 11:51 -08:00 от Jim Evans <[email protected]>: >Normally I'd say, "Start a new thread; don't hijack other peoples'," but I'm >too tired to argue about it. How to solve the problem is to set the browser >zoom level to 100%. That is to say, open IE manually, and type Control+0 >(that's hold the control key down while typing the number zero). That resets >the zoom level to 100%. From the WebDriver side of things, there are ways you >can tell the IE driver to ignore the zoom level, but I don't know how to set >those in the Watir API. > >--Jim > >On Wednesday, January 16, 2013 11:46:47 AM UTC-5, Sergii Nadieiev wrote: What >about next? I got error "Unexpected error launching Internet Explorer. Browser >zoom level was set to 139%. It should be set to 100%" >>on the line >>browser = Watir::Browser.new :ie >>Any suggestions how to fix it? >> >> >> >>On Thursday, August 23, 2012 1:27:32 PM UTC+3, Željko Filipin wrote: On Wed, >>Aug 22, 2012 at 11:36 PM, Tony Chamberlain < [email protected] > wrote: >>>> OK I downloaded, installed and ran IEDriverServer.exe >>> >>>You do not have to run the exe file. Just start IE with something like this: >>> >>>require "watir-webdriver" >>>browser = Watir::Browser.new :ie >>> >>>Željko >>>-- >>>filipin.eu >-- >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] -- 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]
