Re: [wtr-general] Re: How to select a item from the dropbox

2010-08-15 Thread Pallavi Sharma
Sudhir ie.select_list(:name, 'level0').select ("ITEM you want to select") Regards Pallavi 2010/8/16 sudhir > Pallavi, > The select list for ABPorts is given below: > > onchange="javascript:selectcombo_Report('0','ReportTemplate_Buselect',this.form)" > class="select-menut">- Select > One - >

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-08-15 Thread Ethan
Vapir is currently broken on 3.0.*. A fix is coming, but I have a number of other higher-priority issues to fix first. You can upgrade to 3.5 or 3.6, or wait until I can get 3.0 support working. On Thu, Aug 12, 2010 at 11:50, Amit wrote: > its 3.06 > > > On Thu, Aug 12, 2010 at 8:56 PM, Ethan w

[wtr-general] Re: How to select a item from the dropbox

2010-08-15 Thread sudhir
Pallavi, The select list for ABPorts is given below: - Select One - ABC Company ABPorts Washington State Investment Board Wellcome Trust Thanks for your help On Aug 14, 4:19 pm, Pallavi Sharma wrote: > Sudhir > > For ABPorts, give the complete select list html code, for the other one: > > oncha

Re: [wtr-general] unable to find element using xpath

2010-08-15 Thread goutham mandadi
hai basim, below is the code http://www.snapfish.com/snapfish/selectalbumreprints/ http://www.snapfish.com/snapfish/selectalbumreprints/>" title=" Order prints " coords="9,53,113,72"> how can we identify these elements by using xpath On Mon, Aug 16, 2010 at 12:20 AM, Basim Baassiri wrote: >

Re: [wtr-general] Re: Differences between Watir, FireWatir, Webdriver ?

2010-08-15 Thread Jari Bakken
On Sat, Aug 14, 2010 at 5:33 PM, Chan Nguyen wrote: > 1) var/lib/gems/1.8/gems/watir-webdriver-0.0.6/lib/watir-webdriver/ > base_element.rb:186:in `text': undefined method `text' for > # > (NoMethodError) This is a known issue in watir-webdriver (we have a failing spec for it). You can track this

Re: [wtr-general] unable to find element using xpath

2010-08-15 Thread Basim Baassiri
Hi Goutham You'll need to post some code and some html to illustrate better your problem On Sun, Aug 15, 2010 at 11:22 AM, goutham wrote: > hai all, > > i am using element_by_xpath to find an element in watir but browser is > closing when i come to xpath step. does we need to install anything t

[wtr-general] unable to find element using xpath

2010-08-15 Thread goutham
hai all, i am using element_by_xpath to find an element in watir but browser is closing when i come to xpath step. does we need to install anything to find element using xpath . waiting for ur suggestions Thankyou, Goutham -- Before posting, please read http://watir.com/support. In short: searc

Re: [wtr-general] Where does watir stores object properties

2010-08-15 Thread Amit
Does firewatir saves things in broswer_var ?? Can't we use multiple objects so we don't lose refrence of previous window? 2010/8/12 Ethan > Firewatir saves things in javascript variables, and reuses the same > variables, so when you attach to a new window, it reuses the same variables > as it

[wtr-general] Re: regarding watir and there use

2010-08-15 Thread Pallavi Sharma
Adding watir group so that everyone can benefit in here Sudhir. Yes should be feasible, can we have a look at your website if its available publicly, or can you send us the html of the page. Is there any frames on your website, what error do you get when you try selecting the element in your sele