Can we test Desktop Applications using Selenium WebDriver

0 votes
I want to automate desktop applications using Selenium WebDriver, but I am not able to find any locators in desktop applications. How to automate desktop applications using Selenium WebDriver?
May 3, 2018 in Selenium by DareDev
• 6,890 points
1,377 views

1 answer to this question.

0 votes

Selenium WebDriver is a web-based automation testing framework which is used to test only web based applications, using various web browsers and various operating systems. You can write test scripts in different programming languages like: Java, Perl, Python, Ruby, C#, PHP and JavaScript. In Selenium WebDriver, Mozilla Firefox is the default browser.

Advantages of Selenium WebDriver:

  • Support for 7 programming languages: JAVA, C#, PHP, Ruby, Perl, Python and .Net.
  • Supports testing on various browsers like: Firefox, Chrome, IE, Safari
  • Tests can be performed on different operating systems like: Windows, Mac, Linux, Android, iOS
  • Overcomes limitations of Selenium v1 like file upload, download, pop-ups & dialogs barrier

Disadvantages of Selenium WebDriver:

  • Detailed test reports cannot be generated
  • Testing images is not possible
  • Testing Desktop application is not supported
answered May 3, 2018 by Meci Matt
• 9,460 points

Related Questions In Selenium

+2 votes
3 answers

How can we handle authentication popup in Selenium WebDriver using Java

1) By passing user credentials in URL. String ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
28,428 views
0 votes
1 answer

Can we control the test execution speed in WebDriver (using Ruby)

The methods controlling execution speed in WebDriver ...READ MORE

answered May 31, 2018 in Selenium by king_kenny
• 3,710 points
2,097 views
0 votes
1 answer
0 votes
1 answer
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,749 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,620 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,696 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,560 views
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP