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

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

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] Save image in firefox: problem?

2012-04-11 Thread Bruno Pio
Hi! How can I save an image in firefox? I put: require 'watir-webdriver' ff = Watir::Browser.new ff.goto https://www.libertyreserve.com/en/account; ff.browser.image(:id, captcha).save(c:\\captcha.jpg) And I got: NotImplementedError: not currently supported by WebDriver from

Re: [wtr-general] Save image in Firefox

2009-12-21 Thread Angrez Singh
As of now FireWatir doesn't support saving a image. You can open a JIRA ticket for the same. - Angrez On Sat, Dec 19, 2009 at 2:42 AM, hliauw hli...@gmail.com wrote: Hi all, Does firewatir support image(...).save like in ie? I have been testing on ie for a while, and have a need to test