mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00

This moves setting the navigator.webdriver flag from after WebContent creates the WebDriver connection, to its own IPC to be triggered from WebDriver. This is closer to the spec, but mostly serves as an easy test to validate the connection.
3 lines
73 B
Text
3 lines
73 B
Text
endpoint WebDriverClient {
|
|
set_is_webdriver_active(bool active) =|
|
|
}
|