Re: [wtr-general] Re: b.window.maximize syntax is not working for Chrome browser

2017-08-22 Thread Naresh babu
Thanks Titus Fortner, maximize window is working in latest version of chrome driver b.window.maximize On Thursday, August 17, 2017 at 8:02:15 PM UTC+5:30, Titus Fortner wrote: > > Your stack trace clearly shows chromedriver v26 > > On Aug 17, 2017 7:53 AM, "Naresh babu&quo

[wtr-general] Re: b.window.maximize syntax is not working for Chrome browser

2017-08-17 Thread Naresh babu
i'm using chrome driver 2.31 but still facing same problem. b.window.maximize Error: C:/Ruby23/lib/ruby/gems/2.3.0/gems/selenium-webdriver-3.0.5/lib/selenium/ webdriver/remote/response.rb:69:in `assert_ok': unknown error: cannot get automation extension

[wtr-general] Chrome browser crash

2011-10-19 Thread Babu
sample code: require 'rubygems' require 'watir-webdriver' browser = Watir::Browser.new :chrome C:\Suvoruby chrome.rb Started ChromeDriver port=3075 version=16.0.902.0 [1017/103044:ERROR:proxy_launcher.cc(557)] Failed to wait for testing channel pr esence.

[wtr-general] Re: Not able to open a chrome browser

2011-10-17 Thread Babu
, 4:32 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Oct 14, 2011 at 8:57 PM, Babu suvodasgu...@gmail.com wrote: firefix and ie is opening but not chrome. Everything I know about driving Chrome on Windows is here (Look for Chrome with watir-webdriver): https://github.com

[wtr-general] facing problem in calling a function

2011-10-17 Thread Babu
hi, require 'rubygems' require 'watir-webdriver' require 'win32ole' xl = WIN32OLE.new('Excel.Application') xl.visible = true xlbook = xl.workbooks.open('C:\Suvo\ControlFile.xls') xlsheet = xlbook.worksheets(1) xlsheet.Select count = xlsheet.Range('A1').currentRegion.Rows.count $i = 2; $num =

[wtr-general] Not able to open a chrome browser

2011-10-14 Thread Babu
hi my code is : require 'rubygems' require 'watir-webdriver browser1 = Watir::Browser.new :firefox browser2 = Watir::Browser.new :ie browser2 = Watir::Browser.new :chrome firefix and ie is opening but not chrome. i have installed chrome in C:\Documents and Settings\sdasgupta\Local

[wtr-general] Re: Not able to open a chrome browser

2011-10-14 Thread Babu
On Fri, Oct 14, 2011 at 3:57 PM, Babu suvodasgu...@gmail.com wrote: hi my code is : require 'rubygems' require 'watir-webdriver browser1 = Watir::Browser.new :firefox browser2 = Watir::Browser.new :ie browser2 = Watir::Browser.new :chrome firefix and ie is opening but not chrome. i have

[wtr-general] Re: Not able to open a chrome browser

2011-10-14 Thread Babu
, Cliff Cyphers cliff.cyph...@gmail.com wrote: Update your path.  If you can't run the exe from a command line, without being in the directory the exe is in, it's defiantly a PATH issue. On Fri, Oct 14, 2011 at 2:15 PM, Babu suvodasgu...@gmail.com wrote: i addedd all the file under C:\Documents

[wtr-general] Firefox not able to open through Watir

2011-10-12 Thread Babu
hi, my code is require 'rubygems' require 'watir' require 'watir-webdriver' require 'watir/browser' include Watir Watir::Browser.default = 'ie' $ie = Watir::Browser.new $ie.goto(www.google.com) it is working fine while opening for IE but when i change to 'ff' or 'firefox' it is not opening at

[wtr-general] Re: Firefox not able to open through Watir

2011-10-12 Thread Babu
:in `new' from sample.rb:12 On Oct 12, 12:00 pm, Rahul Sharma rahulsharma@gmail.com wrote: Why do you have watir and watir-webdriver both? I will try with the following: require 'rubygems' require 'watir-webdriver' browser = Watir::Browser.new :firefox On 12 October 2011 16:56, Babu

[wtr-general] Re: Firefox not able to open through Watir

2011-10-12 Thread Babu
October 2011 16:56, Babu suvodasgu...@gmail.com wrote: hi, my code is require 'rubygems' require 'watir' require 'watir-webdriver' require 'watir/browser' include Watir Watir::Browser.default = 'ie' $ie = Watir::Browser.new $ie.goto(www.google.com) it is working fine while

[wtr-general] Re: Firefox not able to open through Watir

2011-10-12 Thread Babu
/1.8/rubygems/ custom_require.rb:57:in `require' from sample.rb:5 On Oct 12, 12:57 pm, Babu suvodasgu...@gmail.com wrote: i got it open. but not able to navigate to google? On Oct 12, 12:00 pm, Rahul Sharma rahulsharma@gmail.com wrote: Why do you have watir and watir-webdriver

[wtr-general] Re: Firefox not able to open through Watir

2011-10-12 Thread Babu
but if i not include watir then how ican get all html tags value from the firefox webpage? On Oct 12, 1:52 pm, Chuck van der Linden sqa...@gmail.com wrote: On Oct 12, 9:00 am, Rahul Sharma rahulsharma@gmail.com wrote: Why do you have watir and watir-webdriver both? I will try with the

[wtr-general] Re: Firefox not able to open through Watir

2011-10-12 Thread Babu
Linden sqa...@gmail.com wrote: On Oct 12, 12:47 pm, Babu suvodasgu...@gmail.com wrote: but if i not include watir then how ican get all html tags value from the firefox webpage? On Oct 12, 1:52 pm, Chuck van der Linden sqa...@gmail.com wrote: Include isn't doing what you think

[wtr-general] Re: confused with versioning in Watir

2011-10-11 Thread Babu
 am, Joe DiMauro joe...@comcast.net wrote: Babu, I can see why you are confused as the value returned from the method Watir::IE::VERSION does not match the version of the gem. Watir::IE::VERSION gives you the version of the IE Browser. Watir::VERSION gives you the version of Watir. That said

[wtr-general] Re: confused with versioning in Watir

2011-10-11 Thread Babu
. Uninstall ruby and install it again. Zeljko On Tuesday, October 11, 2011, Babu suvodasgu...@gmail.com wrote: hi joe, i did exactly what you told. = C:\Suvo Watir::FileField Watir::Button Watir::SelectList Watir::Link Watir::Image Watir::TableCell Watir

[wtr-general] Re: confused with versioning in Watir

2011-10-11 Thread Babu
help? On Oct 11, 9:40 am, Babu suvodasgu...@gmail.com wrote: if i uninstall ruby then i have to install all the  gems again manually since in my office there is firewall issue so i download and install all the gems manually. On Oct 11, 11:12 am, Željko Filipin zeljko.fili...@wa

[wtr-general] confused with versioning in Watir

2011-10-10 Thread Babu
i have already installed watir 1.6.5 in my gem list. But when i see the watir version as ruby -e 'require watir; puts Watir::IE::VERSION' it is showing 1.4.1 how can i update to 1.6.5 since i am not getting all the IE tags in 1.4.1 which is present in 1.6.5 -- Before posting, please read

[wtr-general] script for div class using ruby watir

2009-03-06 Thread suresh babu
div class=clear/div div class=buttonholder div class=btnleft/div input name=addbutton value=Add onclick=AddButton () class=btncenter type=button div class=btnright/div Iam trying to click on add button using Ruby watir .But here iam

[wtr-general] Re: script for div class using ruby watir

2009-03-06 Thread suresh babu
Hi What is the ruby script i have to use. On Fri, Mar 6, 2009 at 7:35 PM, suresh babu ksb25...@gmail.com wrote: div class=clear/div div class=buttonholder div class=btnleft/div input name=addbutton value=Add onclick=AddButton () class=btncenter