Unicorn-TAF / ui-web

Implementation of browser UI interaction based on Selenium WebDriver.
Apache License 2.0
2 stars 0 forks source link

Feature request: Implement Request Interceptor #10

Closed dobriyanchik closed 4 months ago

dobriyanchik commented 1 year ago

So that for mainly for web tests we could set custom headers for browser requests in WebDriver. Example: Selenium Wire

This may be handy in case if we want to add support for Open Telemetry or inspect browser request and add additional logging.

dobriyanchik commented 4 months ago

As UI.Web will now use Selenium 4.x there is no need to implement this separately. See Selenium docs