-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CalculatorTest.java failing while trying to execute the script remotely #12
Comments
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 the moment. I should make that more clear in the docs. And see issue #7 for ideas how you can hook this server up as a node into Selenium Grid and requesting for this node in your tests. It requires some work to implement. If you have issues with the standalone RemoteWebDriver mode, please provide the errors you're getting and I'll look into it. |
Hello Daluu, And after that I have modified the case 5 like : It is working fine till printing Start Operation but after that it is failing and i'm getting error like : Exception in thread "main" org.openqa.selenium.WebDriverException: AutoIt failed to click element [ID:139]. Please help me to resolve this issue. I need this urgently. Thanks and Regards, |
Sorry for the delay. That error tells you it failed to click or find that element based on the code
I haven't inspected with an object identifier tool like AutoIt spy tool, but are you sure you have the right ID or do you have a typo? Unless it changed between Windows versions, for Windows 7 at least the ID for button 3 is 133. |
Hi daluu, {'version': '0.1', 'browserName': 'AutoIt', 'platform': 'WINDOWS', 'takesScreenshot': False, 'caretCoordMode': '1', 'expandEnvStrings': '0', 'mouseClickDelay': '10', 'mouseClickDownDelay': '10', 'mouseClickDragDelay': '250', 'mouseCoordinateMode': '1', 'sendAttachMode': '0', 'sendCapslockMode': '1', 'sendKeyDelay': '5', 'sendKeyDownDelay': '5', 'winDetectHiddenText': '0', 'winSearchChildren': '0', 'winTextMatchMode': '1', 'winTitleMatchMode': '1', 'winWaitDelay': '250'} Traceback (most recent call last): Mine is I am trying to automate Desktop applications using python. Any kind of help is much appreciated. if you can point me to any kind of resources is much helpful. Thanks |
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 can you please tell me why it is failing.
I have done the primary setup in our client machine my server.py is running and through hub I'm trying to execute this sample script.
The text was updated successfully, but these errors were encountered: