AutoItDriverServer icon indicating copy to clipboard operation
AutoItDriverServer copied to clipboard

AutoIt through WebDriver or a webdriver-compatible server for AutoIt

Results 7 AutoItDriverServer issues
Sort by recently updated
recently updated
newest added

Hello Friend, I'm very happy because you have developed a very useful thing.I want to use this AutoItDriverServer for remote execution (CalculatorTest.java ) but getting error while running from hub...

Hi, After configuring all the required steps suggested by you. I get the below error. org.openqa.selenium.WebDriverException: Error forwarding the new session cannot find : Capabilities [{browserName=AutoIt}] I have below code...

I am getting error in below line driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub" ), capabilities);

Based on recent issues using this server, issue #8 and #9, look into packaging the AutoItDriverServer in a simple installer (e.g Windows MSI installer file or `pip install autoitdriverserver`) so...

Hi David - I love the work you've done. I recently completed a project with the AutoItX4Java library and ran into some issues with running it on the Selenium grid....

Performing a sendKeys operation with local file detector enabled like: ((RemoteWebDriver) autoitDriver).setFileDetector(new LocalFileDetector()); autoitDriver.findElement(By.className("Edit1")).sendKeys("C:\Users\dluu\Pictures\birdoparac.jpg"); throws exception: org.openqa.selenium.WebDriverException: class 'zipfile.BadZipfile' Command duration or timeout: 31 milliseconds Build info: version: '2.41.0', revision:...

Currently, seems notepad demo will visibly only work if you have notepad open before running the demo. No issues with calculator demo. Yet both demos launch the application the same...