[wtr-general] Embed tag - watir

2009-07-18 Thread Raveendran P
Hi All, 1. One OBJECT is available. 2. The source code for the OBJECT is div id=uploaderapi_swf_placeholder embed id=uploaderapi_swf height=1 width=1 flashvars=apiId=uploaderapi_swfapiInit=uploaderapi_Ready style=left: 553.5px; top: 159px; width: 98px; height: 23px; allowscriptaccess=always

[wtr-general] Re: Embed tag - watir

2009-07-18 Thread Raveendran P
Hi All, require 'rubygems' require 'watir' $ie=Watir::IE.new $ie.goto(http://www.youtube.com/;) sleep(2) $ie.link(:text, 'Sign In').click sleep(2) $ie.form(:id, 'gaia_loginform').text_field(:id, 'Email').set('jazzezravi') $ie.form(:id, 'gaia_loginform').text_field(:id, 'Passwd').set('jazzez')

[wtr-general] Re: asset_enabled error to click a button

2009-07-18 Thread Raveendran P
Hi Venki, Any luck ? I am also facing the same issue. Please reply to me about this issue... Awaiting your reply.. On Sat, May 30, 2009 at 1:02 PM, Venkat venkateshla...@gmail.com wrote: I wrote a code to click on button ie.button(:id, action_button).click But I am getting following

[wtr-general] Re: Embed tag - watir

2009-07-18 Thread Raveendran P
Hi, html CODE: div class=flash-initial-state style=display: none; overflow: hidden; form class=flash-form style=display: none; input type=hidden name=uploader_type value=Web_Flash input type=hidden name=return_address value=www.youtube.com input type=hidden name=json_reply value=1 input

[wtr-general] Re: asset_enabled error to click a button

2009-07-18 Thread sHiVa
Hi Raveendran, I think there could be a hidden button existed on the page with same properties of the button you are trying to click. Try to use index property along with the current button value property. Ex: ie.button(:id=/action_button/,:index=2).click try to verify index value with 1,2,3.

[wtr-general] Does firewatir supports :slow, :fast, :zippy properties for control execution speed?

2009-07-18 Thread sHiVa
HI , Does firewatir support speed controls like in IE :fast,:zippy?. If not how can i control the execution speed of my test? Thanks in advance Regards Siva --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Output of text method in both Watir fireWatir is different

2009-07-18 Thread Krapa
HI, Output of .text method is different in both Watir and firewatir. In firewatir some JavaScript code is displayed along with browser text. Some Unicode characters like   are also displayed in the resulted text. Is it a defect in firewatir or do we have an other alternative for getting a