0

I want to automate desktop application using Selenium2Library in Robot framework. Is it possible to do?.If yes Please provide me the answer.

Any suggestions on this question would be helpful. Thanks in advance.

5
  • I think using AutoIT you can interact with desktop application using selenium. i have used it successfully when Automating test case for uploading a CV (Located in system)into website. autoitscript.com/site/autoit Commented Oct 20, 2016 at 12:32
  • I can use AutoIT to trigger an x.exe file.But not able to automate the the application using Selenium2Library in Robot Framework after that. Commented Oct 20, 2016 at 12:36
  • If the desktop application runs in a browser, yes. Selenium2Library is specifically for testing web browsers. There are other libraries for testing desktop apps, but you seem to be specifically asking for how to use Selenium2Library for something it's not designed to do. Commented Oct 20, 2016 at 16:52
  • Thank u Very much.Can u suggest other libraries for automation testing in desktop applications. Commented Oct 21, 2016 at 4:21
  • 3
    The first step should be for you to go to the robot framework website; it has a list of all of the most popular libraries. Commented Oct 22, 2016 at 13:10

1 Answer 1

0

You can automate desktop applications using 'Selenium2Library ' only in case you can open in web browser. Otherwise you can use sikuli for desktop application automation.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.