[wtr-general] application/x-shockwave-flash : Need help

2014-05-22 Thread Sanjeev Singh
Hi All, My application has the following HTML code embed id=DQMView width=100% height=100% align=middle type=application/x-shockwave-flash pluginspage=http://www.adobe.com/go/getflashplayer; allowscriptaccess=sameDomain name=DQMView wmode=opaque bgcolor=#869ca7 quality=high src=dqm.swf/embed

[wtr-general] Re: Watir responds very slowly for a big line of code

2014-01-09 Thread Sanjeev Singh
/J8Okq-cm1Sc/s1600/Capture1.JPG https://lh3.googleusercontent.com/-ndtElxyqAuU/Us81bQ5KjwI/AC4/MJMh1zYLx1k/s1600/Capture2.JPG Thank you so much again...!!! Really appreciate your time. On Thursday, January 9, 2014 12:10:40 AM UTC-5, Sanjeev Singh wrote: Hi All, I am trying the below code

[wtr-general] NoMethodError: undefined method 'show_all_objects' for #Watir::Browser:0x28..............

2014-01-08 Thread Sanjeev Singh
Hi All, I am getting the below error when I type the below code irb require watir ie = Watir::Browser.new :ie ie.goto http://www.google.com; #till this point it works fine ie.show_all_objects gives the error NoMethodError: undefined method 'show_all_objects' for

[wtr-general] Re: NoMethodError: undefined method 'show_all_objects' for #Watir::Browser:0x28..............

2014-01-08 Thread Sanjeev Singh
On Wednesday, January 8, 2014 12:48:37 PM UTC-5, Chuck van der Linden wrote: On Tuesday, January 7, 2014 10:48:45 PM UTC-8, Sanjeev Singh wrote: Hi All, I am getting the below error when I type the below code irb require watir ie = Watir::Browser.new :ie ie.goto http://www.google.com

Re: [wtr-general] NoMethodError: undefined method 'show_all_objects' for #Watir::Browser:0x28..............

2014-01-08 Thread Sanjeev Singh
are calling a method that does not exist. I would suggest learning more about ruby. On Wed, Jan 8, 2014 at 1:48 AM, Sanjeev Singh bapu.c...@gmail.comjavascript: wrote: Hi All, I am getting the below error when I type the below code irb require watir ie = Watir::Browser.new :ie

[wtr-general] Watir responds very slowly for a big line of code

2014-01-08 Thread Sanjeev Singh
Hi All, I am trying the below code and it is really really slow to respond browser.div(:id = context-wrapper).frame(:id = ConcertoContext).div(:id = cpo-folder).div(:class = cpo-content-wrapper).div(:class = cpo-content).frame(:id = application-content).frame(:name =

[wtr-general] Re: NoMethodError: undefined method 'show_all_objects' for #Watir::Browser:0x28..............

2014-01-08 Thread Sanjeev Singh
and by the time the last line executes the browser session expires. Please let me know if there is a quicker and smarter solution. thanks in advance...!!! On Wednesday, January 8, 2014 1:48:45 AM UTC-5, Sanjeev Singh wrote: Hi All, I am getting the below error when I type the below code irb require