+1 vote
in Selenium by
What are some cases that Selenium WebDriver cannot automate?

1 Answer

0 votes
by

Some of the scenarios which we cannot automate are as follows:

  1. Selenium WebDriver does not support bitmap comparison.
  2. Using Selenium WebDriver to automate Captcha is not possible.
  3. Using Selenium WebDriver, we are unable to read bar codes.
  4. Video streaming scenarios: Selenium will almost never be able to recognise video controllers. To some extent, JavaScript Executor and flex UI selenium will work, although they are not completely dependable.
  5. Performance testing can be automated, however, it's preferable to avoid using Selenium for performance testing.

Related questions

+1 vote
asked Jan 5 in Selenium by rajeshsharma
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...