UNPKG

appium-chromium-driver

Version:

Appium driver for Chromium-based browsers that work with Chromedriver

8 lines 394 B
/** * Determine if the given browser name corresponds to Microsoft Edge. * 'MicrosoftEdge' is old format. Newer MSEdge accepts 'msedge' only as the browser name. * @param browserName The name of the browser. * @returns True if the browser is Microsoft Edge, false otherwise. */ export declare function isMsEdge(browserName?: string): boolean; //# sourceMappingURL=browser-identity.d.ts.map