Open In App
Related Articles

Limitations of Selenium Webdriver

Improve Article
Improve
Save Article
Save
Like Article
Like

Selenium is a powerful tool for controlling web browser through program. It is functional for all browsers, works on all major OS and its scripts are written in various languages i.e Python, Java, C#, etc but it has some disadvantages and limitations such as it doesn’t support Windows or Desktop applications.

This article revolves around Major Limitations of Selenium WebDriver. Mastering Selenium will help you automate your day to day tasks like controlling your tweets, Whatsapp texting and even just googling without actually opening a browser in just 15-30 lines of python code.

Limitations of Selenium Webdriver –

  • No support for desktop applications – Selenium does not support testing for desktop applications.
  • Expertise – Selenium requires expertise of your team — and resources to manage.
  • Maintenance and Scalability – Selenium is a maintenance-heavy framework — and is difficult to scale as one grows.
  • Open Source Forums – Since Selenium is open source software, one has to rely on community forums to get your technical issues resolved.
  • No support for REST and SOAP Platforms – We can’t perform automation tests on web services like SOAP or REST using Selenium.
  • No Reporting capability – Selenium does not have any inbuilt reporting capability, one has to rely on plug-ins like JUnit and TestNG for test reports.
  • Image Testing – It is not possible to perform testing on images. One needs to integrate Selenium with Sikuli for image testing.

Also Check –

Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out - check it out now!

Last Updated : 06 Apr, 2020
Like Article
Save Article
Previous
Next
Similar Reads
Complete Tutorials