Add debug output for webdriver commands.

This commit is contained in:
Josh Matthews 2018-12-10 18:42:49 -05:00
parent 8fb1b567fa
commit db786a4399

View file

@ -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 {