mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add debug output for webdriver commands.
This commit is contained in:
parent
8fb1b567fa
commit
db786a4399
1 changed files with 2 additions and 0 deletions
|
@ -1159,6 +1159,8 @@ impl WebDriverHandler<ServoExtensionRoute> for Handler {
|
|||
_session: &Option<Session>,
|
||||
msg: WebDriverMessage<ServoExtensionRoute>,
|
||||
) -> WebDriverResult<WebDriverResponse> {
|
||||
info!("{:?}", msg.command);
|
||||
|
||||
// Unless we are trying to create a new session, we need to ensure that a
|
||||
// session has previously been created
|
||||
match msg.command {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue