Bhima Posted February 18, 2010 Share Posted February 18, 2010 Hi Guys, I just wanted to feel like building a AutoIt driver for slenium automation tool. As most of the scripting languages have already implemented this driver (to execute selenese commands), why don't we start a driver for AutoIt lovers. I have implemented a basic stuff and it is working. However, I am expecting expert's knowledge on developing this as a full functional driver for all users. More details can be obtained at below location; http://bhimarajumavuri.blogspot.com/2010/02/selenium-autoit.html Attaching the required files. More details can be obtained at above location. Again, depending on the users interest I will upload more details later. Thank you, BhimaSelenium-AutoIt.rar Link to comment Share on other sites More sharing options...
raygun Posted August 31, 2010 Share Posted August 31, 2010 Hi Guys,I just wanted to feel like building a AutoIt driver for slenium automation tool. As most of the scripting languages have already implemented this driver (to execute selenese commands), why don't we start a driver for AutoIt lovers.I have implemented a basic stuff and it is working. However, I am expecting expert's knowledge on developing this as a full functional driver for all users.More details can be obtained at below location;http://bhimarajumavuri.blogspot.com/2010/02/selenium-autoit.htmlAttaching the required files. More details can be obtained at above location.Again, depending on the users interest I will upload more details later.Thank you,BhimaBhima - does this driver enable a client-launched browser to be recognized by Selenium? Could it be made to do that? Link to comment Share on other sites More sharing options...
Bhima Posted September 13, 2010 Author Share Posted September 13, 2010 Bhima - does this driver enable a client-launched browser to be recognized by Selenium? Could it be made to do that?No, this will not recognize the browser launched by other applications. Link to comment Share on other sites More sharing options...
bo8ster Posted September 28, 2010 Share Posted September 28, 2010 Interesting and impressive! I like how you managed to replicate the HttpCommandProcessor with $oHTTP. If only the IDE would translate to AutoIt. Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic] Link to comment Share on other sites More sharing options...
Bhima Posted October 5, 2010 Author Share Posted October 5, 2010 Interesting and impressive! I like how you managed to replicate the HttpCommandProcessor with $oHTTP. If only the IDE would translate to AutoIt.Thanks for your comments.Even I have plans for selenium IDE to translate the code to AutoIt language. If anyone are interested please feel free create one, and I will help. Link to comment Share on other sites More sharing options...
bo8ster Posted October 6, 2010 Share Posted October 6, 2010 I believe that is more than possible. If you can get an understanding on how a HTML TC is translated to Java, swapping with your commands should be simple enough. With Scite and Tidy there is more than enough AutoIt language support for the conversion. Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic] Link to comment Share on other sites More sharing options...
oHenry Posted November 27, 2010 Share Posted November 27, 2010 Thanks for your comments.Even I have plans for selenium IDE to translate the code to AutoIt language. If anyone are interested please feel free create one, and I will help.Bhima,Please check this project: http://sourceforge.net/projects/blueducksda/ It would be helpful to their participation in it.Thank you very much. Regards. Henry Link to comment Share on other sites More sharing options...
35888894 Posted July 22, 2011 Share Posted July 22, 2011 (edited) Thank you for you share. Edited July 22, 2011 by 35888894 Link to comment Share on other sites More sharing options...
daluu Posted January 14, 2012 Share Posted January 14, 2012 For Selenium 2 / WebDriver, one can port the following to AutoIt use, and perhaps integrate with BlueDuckSDA project referenced above or not (until the project has official support for WebDriver).http://htejera.users.sourceforge.net/vbswebdriver/index.html Link to comment Share on other sites More sharing options...
daluu Posted August 30, 2013 Share Posted August 30, 2013 If anyone interested, there's a discussion/thought on the reverse design driving AutoIt via WebDriver API / JSONWireProtocol instead of AutoIt driving Selenium/WebDriver: '?do=embed' frameborder='0' data-embedContent>> Link to comment Share on other sites More sharing options...
daluu Posted January 19, 2015 Share Posted January 19, 2015 About my previous post, you can now actually do that reverse case - drive AutoIt using Selenium WebDriver API: https://github.com/daluu/AutoItDriverServer Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now