Quote Originally Posted by sergeos View Post
Can this tool(webview2) replace selenium to emulate user behavior on the webpage?
In my understanding, Selenium was written as a generic Test-Tool which can "work against multiple Browser-engines".

The WebView2 is just an encapsulation of a single Browser-engine (chromium) -
minus the additional "generic Automation- and Test-interfaces".

So, if you currently use Selenium for your own testing-purposes with success,
why change it to something "less capable" and "less generic".

Just my $0.02...

Olaf