Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2011-01-14 Thread Željko Filipin
http://stackoverflow.com/questions/4688049/how-can-i-make-a-variable-out-of-an-id-that-is-made-after-the-item-using-the-id-i -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-gen

[wtr-general] Re: Watir Podcast #40 Dave McNulla 1/2

2011-01-14 Thread Željko Filipin
And the second and final part: http://watirpodcast.com/41-dave-mcnulla-2-2/ Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegro

[wtr-general] Help: Pop-up for facebook creditental

2011-01-14 Thread Irfan Ahmed
I have a page to make automation with watir-webdriver using firefox. http://connect.tasawr.info/?l=en&redirect_to=http://nujoomhotel.tasawr.info%3Flan%3Den for entering facebook credential I need to enter emai

[wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread micako
Thanks Željko - It's definitely on the page - and it is not in a frame...yet it does not work. I am at a loss here. On Jan 13, 10:14 pm, Željko Filipin wrote: > On Friday, January 14, 2011, micako wrote: > > ie.link(:id,"ctl00_cph_statusRepeater_ctl26_deleteLinkButton").click > > This should w

Re: [wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread Željko Filipin
Is the page public, so we could take a look? Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

[wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread micako
Unfortunately, no. Would it help if I provided the source of the page? M On Jan 14, 1:45 pm, Željko Filipin wrote: > Is the page public, so we could take a look? > > Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@goog

Re: [wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread Željko Filipin
On Sat, Jan 15, 2011 at 12:06 AM, micako wrote: > Would it help if I provided the source of the page? Maybe. :) Post it to https://gist.github.com/ Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http:/

[wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread micako
http://pastebin.com/8NM5wF02 There you go. Appreciate you looking at it. On Jan 14, 3:09 pm, Željko Filipin wrote: > On Sat, Jan 15, 2011 at 12:06 AM, micako wrote: > > Would it help if I provided the source of the page? > > Maybe. :) > > Post it tohttps://gist.github.com/ > > Željko -- Befo

[wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread George
Hi there, Does the link ID (ctl00_cph_statusRepeater_ctl26_deleteLinkButton) display when you run the following: b = Watir::Browser.attach(:title, /LeadManager/) b.links.each do |link| puts link.id if link.id != '' end On Jan 14, 3:22 pm, micako wrote: > http://pastebin.com/8NM5wF02 > > Th

[wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread micako
Oh! I got it working. I don't know why it works now when it did not before...but maybe in my changing things I had a typo. Thanks again for your willingness to even look! Mica On Jan 14, 3:22 pm, micako wrote: > http://pastebin.com/8NM5wF02 > > There you go. > > Appreciate you looking at it. >

[wtr-general] Re: Finding an element that is rendered as a link but was an asp button

2011-01-14 Thread micako
It does. Thanks for this debugging idea. Smart. On Jan 14, 3:39 pm, George wrote: > Hi there, > > Does the link ID (ctl00_cph_statusRepeater_ctl26_deleteLinkButton) > display when you run the following: > > b = Watir::Browser.attach(:title, /LeadManager/) > > b.links.each do |link| >   puts link.