Re: [wtr-general] Save image in firefox: problem?

2012-04-12 Thread Željko Filipin
On Thu, Apr 12, 2012 at 3:13 AM, Bruno Pio bruno...@gmail.com wrote: NotImplementedError: not currently supported by WebDriver Well, as the error message says, it is not currently supported: http://rubydoc.info/gems/watir-webdriver/Watir/Image#save-instance_method You should be able to get src

Re: [wtr-general] Save image in firefox: problem?

2012-04-12 Thread Bruno Pio
If I try to use another tool, captcha will be reload... I need to use the same tool to not reload the captcha. In my case, I use watir for automation, not for test webserver. I need to download the captcha to send to another server that will solve it for me, because if I send the link of the

Re: [wtr-general] Save image in firefox: problem?

2012-04-12 Thread Željko Filipin
On Thu, Apr 12, 2012 at 12:52 PM, Bruno Pio bruno...@gmail.com wrote: I need to download the captcha to send to another server that will solve it for me Are you automating the site your team is developing? You should let them know that the point of captcha is to prove that you are human. If you

[wtr-general] Watir and Netbeans

2012-04-12 Thread Mihir Dhandhusaria
Guys, I am not sure i should be posting it here but i couldn't find solution to this problem. I have created a Ruby project in Netbeans (6.9.1). When i right click on my feature file and and click on Run feature, everything works great. When i execute my features form command prompt everything

[wtr-general] DOM Object's offsetHeight

2012-04-12 Thread Abe Heward
Is there way to use watir-webdriver to get the offsetHeight value of a DOM object? I've got a set of elements that will become mis-positioned on the page if one of them contains a string of text that's too long, but there's no way to know this has happened by simply inspecting the html. The

Re: [wtr-general] DOM Object's offsetHeight

2012-04-12 Thread bis
I think you can do .attribute_value(the attribute you want returned) Sent from my iPhone On Apr 12, 2012, at 9:52 AM, Abe Heward abe.hew...@gmail.com wrote: Is there way to use watir-webdriver to get the offsetHeight value of a DOM object? I've got a set of elements that will become

Re: [wtr-general] DOM Object's offsetHeight

2012-04-12 Thread Abe Heward
YES! That works. Thanks. On Thursday, April 12, 2012 8:58:48 AM UTC-7, Oscar.Rieken wrote: I think you can do .attribute_value(the attribute you want returned) Sent from my iPhone On Apr 12, 2012, at 9:52 AM, Abe Heward abe.hew...@gmail.com wrote: Is there way to use watir-webdriver to

[wtr-general] Re: How to implement drag and drop option in watir library?

2012-04-12 Thread Jarmo Pertman
Yes. You may fix it for IE9 too for yourself by doing these changes manually: https://github.com/watir/watir-classic/commit/3efc9ffa25b3653e65bcc26b8a6bf97ff1a2dc6d Jarmo On Apr 12, 12:12 am, hillary weimar1...@gmail.com wrote: it is ie9. Waiting is not a problem. But it should work in ie8

Re: [wtr-general] Save image in firefox: problem?

2012-04-12 Thread Bruno Pio
Sorry to disappoint you, but today the captcha (all of them) only serves to delay the bots, not avoid them. I am here to test if watir can be used to escape the captcha using an intermediate server, like other tools can. As I said, if I can get the captcha and send it to a person or a server,

Re: [wtr-general] Save image in firefox: problem?

2012-04-12 Thread Chuck van der Linden
Many of us are well aware that there are ways around captchas. That's not the point, nor are you disappointing me with that 'news' (although that you would spend time trying to work around a captcha is dissapointing, because it means you are either wasting your time, or working towards

[wtr-general] Watir Podcast #47

2012-04-12 Thread Dave McNulla
Chuck VDL and I interviewed each other for the watir podcast at the Test Automation Bazaar. You can listen at: WatirPodcast.comhttp://watirpodcast.com/47-chuck-van-der-linden-and-dave-mcnulla-at-test-automation-bazaar/ My apologies go to Jari Bakken, Brahma Ghosh, and Andy Vida because I

Re: [wtr-general] Save image in firefox: problem?

2012-04-12 Thread Bruno Pio
Sorry, but I am only searching for tools that can have a possibility to make a bot that can fake a human. I understand your point. I only show here a problem. If the problem is ethical or not, it does not will stop being a problem, at least for me. Sorry again if my english is not sufficient

[wtr-general] EXTJS Issue - Problem with watir 1.8.1, but works with watir webdriver.

2012-04-12 Thread Bhavesh
Hi, I have a lookup pop-up window. In this windows, everything is under different tables. All the code is in EXTJS, so all are dynamic ids. Code snippet : # TABLE class=x-grid3-row-table style=WIDTH: 290px cellSpacing=0 cellPadding=0 border=0 TBODY TR TD class=x-grid3-col

[wtr-general] Re: EXTJS Issue - Problem with watir 1.8.1, but works with watir webdriver.

2012-04-12 Thread Bhavesh
Same issue, even if i upgrade the watir gem version to 2.0.4. It still fails but works with watir webdriver. On Apr 12, 12:24 pm, Bhavesh bhavesh1_sha...@yahoo.com wrote: Hi, I have a lookup pop-up window. In this windows, everything is under different tables. All the code is in EXTJS, so