From 581c679fd78f5928c8c12cf07cffc82d92e09190 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 23 Jan 2025 23:44:51 +0100 Subject: [PATCH] tune comments --- lib/chromedriver.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chromedriver.js b/lib/chromedriver.js index a7c852a..e500c88 100644 --- a/lib/chromedriver.js +++ b/lib/chromedriver.js @@ -521,8 +521,8 @@ export class Chromedriver extends events.EventEmitter { } /** - * Sync the WebDriver protocol if current on going protocol is W3C or MJSONWP. - * Does nothing if driverVersion is null. + * Determines the driver communication protocol + * based on various validation rules. * * @returns {keyof PROTOCOLS} */