David Luu

Results 141 comments of David Luu

Has this since been fixed in official release of Android O and subsequent newer Android OS versions?

If you're trying to run the server as a node under Selenium Grid, sorry my friend, the project doesn't currently support that. It just works standalone RemoteWebDriver mode only at...

Sorry for the delay. That error tells you it failed to click or find that element based on the code https://github.com/daluu/AutoItDriverServer/blob/331ef82d824d15da4a171004ef6bd740829851de/autoitdriverserver_python/server.py#L205 I haven't inspected with an object identifier tool like...

Please clarify "I did start my selenium grid and hub" as in explain/list out the exact steps you did. AutoItDriver(Server) does not work with Selenium Grid (registering to grid hub...

If you are looking at the specific case of Windows GUI automation with AutoItDriver and not an integrated test (Selenium web browser + AutoIt for something like upload/download files, etc.)...

Do you have a 64-bit machine? If so, which version of Python do you have installed? 32-bit or 64-bit? If you run `python` (which gives you a python shell, Ctrl+D,...

If you want to keep it easy, use 32-bit Python so you work with 32-bit AutoIt, even if you have 64-bit machine. I have installed ActivePython 2.7.2.5 32-bit on my...

Glad it finally worked. On your question, I haven't tested opening a lot of applications. It just opens it using AutoItX.Run() function, however that works. I know it works for...

Do you know how to use AutoIt? AutoItDriverServer is basically a WebDriver interface/API for AutoIt, it isn't a replacement for Selenium WebDriver. As such, AutoIt doesn't recognize hyperlinks the same...