Answer the question
In order to leave comments, you need to log in
Does Selenium have analogues?
Interested in whether the powerful Selenium `a has analogues or forks, primary googling on this topic did not give anything,
Interested in the possibility of writing a bot using the browser "like a person" Primary information about Selenium makes it clear that it is good, but there are also disadvantages:
Some WebDriver problems (from the web and personal experience):
- it happens that the behavior is different in different browsers;
- sometimes there are difficulties with finding elements (XPath and other methods sometimes simply do not work, although they should);
- inexplicable driver crashes right in the middle of the test;
- interaction is possible only with the first tab of the browser, the driver allows you to open new tabs and new ---windows, but does not allow you to work in them;
- it is necessary to clearly think over the architecture of the test, often use assert or expectations so that the test can "think" - when to do and when not.
Answer the question
In order to leave comments, you need to log in
Some problems of WebDriver (from the web and personal experience): -
it happens that the behavior is different in different browsers;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question