mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
Browser+WebDriver: Remove the connection between Browser and WebDriver
WebDriver now only has an IPC connection to WebContent. WebDriver still launches the browser, but now when the session ends, we simply send a SIGTERM signal to the browser.
This commit is contained in:
parent
c64da0d00c
commit
7972916be7
11 changed files with 20 additions and 219 deletions
|
@ -5,7 +5,6 @@ serenity_component(
|
|||
)
|
||||
|
||||
set(SOURCES
|
||||
BrowserConnection.cpp
|
||||
Client.cpp
|
||||
Session.cpp
|
||||
TimeoutsConfiguration.cpp
|
||||
|
@ -14,8 +13,6 @@ set(SOURCES
|
|||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
../../Applications/Browser/WebDriverSessionClientEndpoint.h
|
||||
../../Applications/Browser/WebDriverSessionServerEndpoint.h
|
||||
../../Services/WebContent/WebDriverClientEndpoint.h
|
||||
../../Services/WebContent/WebDriverServerEndpoint.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue