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

[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

[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=enredirect_to=http://nujoomhotel.tasawr.info%3Flan%3Den http://connect.tasawr.info/?l=enredirect_to=http://nujoomhotel.tasawr.info%3Flan%3Denfor entering facebook credential I need to enter email

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 zeljko.fili...@wa-research.ch 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,

[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 zeljko.fili...@wa-research.ch wrote: On Sat, Jan 15, 2011 at 12:06 AM, micako mic...@gmail.com wrote: Would it help if I provided the source of the page? Maybe. :) Post it

[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 mic...@gmail.com wrote:

[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 mic...@gmail.com wrote: http://pastebin.com/8NM5wF02 There you go. Appreciate you

[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 george.sand...@gmail.com 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