[wtr-general] Multiple attributes don't supported for FRAME element

2009-07-13 Thread LFIdnl
Multiple attributes don't supported for FRAME element. It a bug or a feature? ie.frame({:name = 'content', :class='frame-class'}) #This doesn't work ie.frame(:name, 'content') #This works --~--~-~--~~~---~--~~ You received this message because you are subscribed

[wtr-general] Multiple Attributes

2009-04-14 Thread Isabel
Hi, I tried to click on a link 'Portal application (IBM)' on http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/rzamm/rzammportletsRefIFrame.htm using the script below:- require 'watir' ie=Watir::IE.attach(:title, //) ie.frame(:name , 'HelpFrame').frame(:name ,

[wtr-general] Multiple Attributes for Input Elements

2009-03-22 Thread Isabel
Hi, I tried to use the code below to set a value in the text box of the google search page. require 'watir' ie=Watir::IE.new ie.goto http://google.com/; ie.text_field(:index = 2 , :name = q).set(xyz) But I receive an error which is: ruby testmultiAttri.rb

[wtr-general] Multiple Attributes and form

2009-03-18 Thread alexey s.
There is problem with Multiple Attributes and form. I use FireWatir on Ubuntu Linux with FireFox. when I run next code: a = ff.form(:action = /.*/, :index = 1) p a gets: /var/lib/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/ MozillaBaseElement.rb:967:in `assert_exists': Unable to locate