Selenium 4 includes an updated ChromeDriver that provides better compatibility and performance with the Chrome browser.
It leverages the latest Chrome DevTools Protocol to enhance automation capabilities.
Selenium 4 introduces an optimized Selenium Grid that offers improved scalability and parallel testing.
It enables the efficient distribution of test cases across multiple nodes and provides enhanced resource utilization.
It allows testers to access advanced debugging and profiling features directly from their automation scripts. It enhances the ability to diagnose and troubleshoot issues during test execution.
The DesiredCapabilities class has been deprecated, and the Options class has been introduced as a replacement for configuring and customizing the desired capabilities of browsers or browser drivers.
Selenium 4 includes an improved and revamped Selenium IDE. The Selenium IDE is a record and playback tool that enables testers to create and execute automation scripts without writing code quickly.