Jump to content

Any one converted IE.au3 in ruby language ?


babuk
 Share

Recommended Posts

  • 4 weeks later...

Ruby already has plenty of support for accessing IE and automating it, there are many books on using RUBY, so why would you need to re-invent the wheel?

If you need a quick fix, just use Ruby to call the AU3 interpreter for the script you want to run!

Example of using Ruby to access IE

http://rubyonwindows.blogspot.com/2007/05/...th-ruby_20.html

However you can access much more using Ruby than you can with Autoit

Ruby IE example =============

require 'win32ole'

ie=WINOLE.new('InternetExplorer.Application')

bla

bla

bla

getCursorPos = Win32API.new("user32", "GetCursorPos", ['P'], 'V')

bla

bla

bla

Ruby end ==========

I will make the assumption to your answer as being a "no" and "never will" as it already exists there! :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...