[wtr-general] Re: require Watir Vs Include Watir

2013-08-05 Thread Nikhil Nerkar
Thanks. Another similar question I have... What is the difference between require *watir * require *water-classic *? On Friday, August 2, 2013 6:52:15 PM UTC+5:30, Nikhil Nerkar wrote: Hia silly question :) What is the difference between require watir include watir ? Are they same ?

[wtr-general] Cannot open excel

2013-08-05 Thread Nikhil Nerkar
I want to login to gmail using userid password from the excel stored on my machine. I am getting the error : C:/Documents and Settings//Desktop/Watir/Project/TestProject/S10.rb:5:in `main': private method `open' called for Roo::Excelx:Class (NoMethodError) *Please advice* require

[wtr-general] Re: [watir-webdriver] enablePersistentHover capability access

2013-08-05 Thread Chuck van der Linden
On Monday, July 22, 2013 8:31:42 AM UTC-7, Alex Shtayer wrote: Hi folks Does somebody know how to access capabilities from https://code.google.com/p/selenium/wiki/DesiredCapabilities page? I am able to access capabilities only from first three tables: require 'watir-webdriver' caps =

Re: [wtr-general] Unable to access the elements in a page.

2013-08-05 Thread Chuck van der Linden
On Monday, July 22, 2013 2:22:07 AM UTC-7, Ċ½eljko Filipin wrote: On Mon, Jul 22, 2013 at 10:24 AM, Sachin Uplaonkar up.s...@gmail.comjavascript: wrote: irb(main):008:0 b.text.include? suplaonk Selenium::WebDriver::Error:: **NoSuchElementError: Unable to find element with tag name ==

[wtr-general] Re: require Watir Vs Include Watir

2013-08-05 Thread Chuck van der Linden
On Monday, August 5, 2013 3:08:11 AM UTC-7, Nikhil Nerkar wrote: Thanks. Another similar question I have... What is the difference between require *watir * require *water-classic *? Watir is a wrapper around watir-classic (the original IE only version) and watir-webdriver (the new version

Re: [wtr-general] Cannot open excel

2013-08-05 Thread Oscar Rieken
1. Don't try to automate against gmail there a bunch of posts explaining why. I'll just say it changes a lot. you never really know what you are getting. 2. Opening an Excel document has nothing to do with watir. for the roo problem I would suspect their mailing list would be a better place to

Re: [wtr-general] Cannot open excel

2013-08-05 Thread Chuck van der Linden
On Monday, August 5, 2013 9:24:22 AM UTC-7, Oscar.Rieken wrote: 1. Don't try to automate against gmail there a bunch of posts explaining why. I'll just say it changes a lot. you never really know what you are getting. 2. Opening an Excel document has nothing to do with watir. for the

[wtr-general] Child browser automatically closing causes watir error

2013-08-05 Thread Bashir Osman
Hi, Please go here - http://stackoverflow.com/questions/15844105/a-child-browser-window-closing-itself-apparently-breaks-watir-webdrivers-link-t Is there a known fix for this yet? I'm currently using Firefox to run my automation. This is the error I'm recieving

[wtr-general] Re: Child browser automatically closing causes watir error

2013-08-05 Thread Bashir Osman
I got this to work * sleep(0.5)* * @browser.windows.first.use* * puts #{@browser.window.title}* * * On Monday, 5 August 2013 11:09:02 UTC-6, Bashir Osman wrote: Hi, Please go here -

Re: [wtr-general] [Watir-webdriver] - Drag and drop using watir webdriver

2013-08-05 Thread Chuck van der Linden
On Sunday, July 14, 2013 8:29:45 AM UTC-7, watir webdriver wrote: Thanks for the reply John...I've managed to fix the issue. So for the benefit of anyone else who is trying to do this sort of thing, would you care to share with us HOW you managed to fix the issue, e.g. the code that is

[wtr-general] Re: Help with ul class values

2013-08-05 Thread Chuck van der Linden
On Saturday, June 29, 2013 10:29:28 AM UTC-7, Fred Cassirer wrote: Hi, I have some page source that looks like: div class=battery ul class=battery-level-list data-battery-level=5.71535li class=green1/li li class=green1/li

Re: [wtr-general] Project Structure for cucumber+watir

2013-08-05 Thread Oscar Rieken
same as Chuck except when we get into the lib taza sets up /lib/sites/ in here there are folders for each site inside of that there are folders for factories, flows, models, and pages On Mon, Aug 5, 2013 at 2:06 PM, Chuck van der Linden cvanderlin...@climate.com wrote: On Wednesday, July 3,