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] unable to find element using xpath

2010-08-16 Thread goutham mandadi
tion directory]\gems\1.8\firewatir-1.6.5\unittests. > > Thanks, > Angrez > > On Mon, Aug 16, 2010 at 9:09 AM, goutham mandadi < > goutham.mand...@gmail.com> wrote: > >> hai basim, >> >> below is the code >> > >> http://www.snapfish.co

Re: [wtr-general] Re: Unable to see error message in ruby interpreter

2010-08-16 Thread goutham mandadi
Hai Adam, Thanks for your reply i have installed scite and run the script it is giving the following message >ruby New Ruby Program.rb ruby: No such file or directory -- New (LoadError) >Exit code: 1 the script is in my desktop should we place it in any specific directory to execute Thanks, Gout

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

2010-08-16 Thread goutham mandadi
Hi, I am getting the following error message ,i am using IE8 browser one.rb:6: undefined method `element_by_xpath' for # (NoMethodError) can anyone help me out Thanks in advance, Goutham On Mon, Aug 16, 2010 at 4:23 PM, goutham mandadi wrote: > Hai Angrez, > > I have seen t

Re: [wtr-general] Re: Unable to see error message in ruby interpreter

2010-08-16 Thread goutham mandadi
y Baker > Lead Developer, Watir, http://watir.com > > > On Mon, Aug 16, 2010 at 10:04 AM, goutham mandadi < > goutham.mand...@gmail.com> wrote: > >> Hai Adam, >> >> Thanks for your reply i have installed scite and run the script it is >> giving the follow

Re: [wtr-general] Re: Unable to see error message in ruby interpreter

2010-08-16 Thread goutham mandadi
xpath. Others are more >> qualified to answer. >> >> >> Charley Baker >> Lead Developer, Watir, http://watir.com >> >> >> On Mon, Aug 16, 2010 at 11:31 AM, goutham mandadi < >> goutham.mand...@gmail.com> wrote: >> >>> Hi Charley, &

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

2010-08-16 Thread goutham mandadi
Hai Angrez, can u please help me on this i have seen ur post regarding this but i am unable to understand Thanks, Goutham On Mon, Aug 16, 2010 at 10:02 PM, goutham mandadi wrote: > Hi, > > I am getting the following error message ,i am using IE8 browser > > one.rb:6: u

[wtr-general] undefined method `element_by_xpath' for # (NoMethodError)

2010-08-16 Thread goutham mandadi
Hai, can any one please help me on how to resolve this Thanks, Mandadi -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: watir-genera

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

2010-08-17 Thread goutham mandadi
u > > On Aug 17, 12:57 am, goutham mandadi > wrote: > > Hai Angrez, > > > > can u please help me on this i have seen ur post regarding this but i am > > unable to understand > > > > Thanks, > > Goutham > > > > On Mon, Aug 16, 2

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

2010-08-17 Thread goutham mandadi
hat prevents that? > > On Aug 15, 8:39 pm, goutham mandadi wrote: > > hai basim, > > > > below is the code > > > > > http://www.snapfish.com/snapfish/selectalbumreprints/ > > http://www.snapfish.com/snapfish/selectalbumreprints/>" > > title=&q

Re: [wtr-general] Re: undefined method `element_by_xpath' for # (NoMethodError)

2010-08-17 Thread goutham mandadi
at)(how usually being either > title or url) to ensure you are pointing at an instance a browser > session, immediately before the step that is failing. > > On Aug 16, 10:07 pm, goutham mandadi > wrote: > > Hai, > > > > can any one please help me on how to res

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

2010-08-17 Thread goutham mandadi
Hi eric, I did not get you what are orb and .flash i am new to watir Thanks, Goutham On Tue, Aug 17, 2010 at 8:58 PM, Eric Mathiesen wrote: > You could also use orb and .flash the index. > > On Aug 17, 2010 8:23 AM, "goutham mandadi" > wrote: > > Hai Chuck, >

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

2010-08-17 Thread goutham mandadi
Hai, c:/ruby/lib/ruby/site_ruby/1.8/watir.rb this is path from which it is executing here in watir.rb i couldnot find method element_by_xpath how to add this thanks, goutham On Tue, Aug 17, 2010 at 9:08 PM, goutham mandadi wrote: > Hi eric, > > I did not get you what are orb and .f

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

2010-08-18 Thread goutham mandadi
tta be version 1.4.1 with the Watir > installer. Uninstall that and make sure you're reinstall the Watir gem, > worst case wipe the ruby directory and install the latest Watir gem, should > be 1.6.5 and run from the gem directory, not site_ruby. > > > Charley Baker > Lead Devel

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

2010-08-19 Thread goutham mandadi
nt accessor with the > :xpath specifier: > ie.area(:xpath, "//whatever/").click > > > > On Wed, Aug 18, 2010 at 13:18, goutham mandadi > wrote: > >> >> Hai charley, >> >> I ahev installed from gems C:\ruby\lib\ruby\gems\1.8\gems in this path i &

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

2010-08-19 Thread goutham mandadi
ie.cell(:xpath,"//a...@href='http://www.snapfish.com/snapfish/youraccount']/ ").click sorry thanks, goutham On Thu, Aug 19, 2010 at 9:01 PM, goutham mandadi wrote: > hai ethan thanks a lot its working now i used :href inside area bt when > using :xpath i am getting

Re: [wtr-general] using regular expression

2010-08-22 Thread goutham mandadi
Hai Pallavi , Thanks alot for your reply it is working ,suppose if i am not having numbers how can i do that example :checkbox_one checkbox_two checkbox_three are the checkbox names for 3 different users the text at the end is changing so my script is not working. i ne

Re: [wtr-general] watir dynamic value

2010-09-05 Thread goutham mandadi
Hi nix, Try this ie.link(:xpath,"//a...@href='http://xyz/foo/abcd/detail?target=details ']/").click Hope this works not sure about it Regards, Goutham On Sun, Sep 5, 2010 at 11:26 PM, nix wrote: > Iam unable to click on a dynamically generated value. Below is the > source code for the same.I

Re: [wtr-general] using verify method

2010-09-14 Thread goutham mandadi
Thanks a lot mahesh,Usman and Keith for ur replies i will try this On Tue, Sep 14, 2010 at 3:11 PM, Keith Hughes wrote: > Kartheek > This should work, > > require 'watir/testcase' > require 'watir-webdriver' > class Test_google_ff def setup > @Browser = Watir::Browser.new(:firefox) >