-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grid] Generalizing platform for browser driver
We handle different platform names and some of them are not always properly matched by the browser drivers. This change removes the specific platform name and sends an empty field to let the browser driver match without issues. This is safe to do because the platform matching has been done previously through the Distributor and the Node matcher. Fixes #9318
- Loading branch information
Showing
1 changed file
with
39 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters