Login
Remember
Register
Ask a Question
What are some cases that Selenium WebDriver cannot automate?
+1
vote
asked
Jan 7, 2024
in
Selenium
by
SakshiSharma
What are some cases that Selenium WebDriver cannot automate?
selenium-webdriver
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 7, 2024
by
SakshiSharma
Some of the scenarios which we cannot automate are as follows:
Selenium WebDriver does not support bitmap comparison.
Using Selenium WebDriver to automate Captcha is not possible.
Using Selenium WebDriver, we are unable to read bar codes.
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.
Performance testing can be automated, however, it's preferable to avoid using Selenium for performance testing.
...