Performance of filling huge form (100 input fields) with different methods:
- sendKeys() (provided by Selenium webdriver)
- setValue() (provided by Selenide, "fast mode")
and in different browsers:
- Firefox
- Chrome
You can checkout and run it locally with a few minutes.
To run visual comparison just type from command line:
./gradlew
the open your eyes and watch the show!