David Luu

Results 141 comments of David Luu

I just took a look, what's the intent of your app? I see it's just a binary executable wrapper (built with node.js) that simply launches a version of Chrome preset...

What error do you get? You've just pasted a line of code, not the error message. Also what's your environment (OS, Python version, 32 vs 64-bit)

ok that's just strange. what is your (desired) capabilities passed to RemoteWebDriver? It seems to me, based on the error, that you are passing the wrong capabilities and so WebDriver...

You have to run the server to connect to it. There's a way to enable Selenium grid support, but I haven't documented it yet. See issue #7 for some details....

iOS automation is not supported by AutoItDriverServer which runs on Windows only. I would think you have better luck asking about that scenario at http://discuss.appium.io or https://groups.google.com/forum/#!forum/ios-driver, and as such...

Also have installer determine 32/64-bit ness of Python installation and handle registration/unregistration of AutoItX appropriately to match the bit-ness.

Glad you found the project useful. I haven't worked on this in a while. While there is no roadmap timeline on updates to this project, I do intend to go...

Well, there's never going to be native integration for AutoIt & Selenium in terms of Grid support, due to their being separate tools and architecture. But there is already some...

Also, forgot that I made a gist a while back on the options for Grid & AutoIt integration: https://gist.github.com/daluu/3b4746f6b672c49f7e8f

Thought I posted this earlier but guess not, so putting here to track as reference. This is how you'd be able to hook AutoItDriverServer into Selenium grid as a node...