Skip to content

Commit

Permalink
docs: wrong engineName exemple (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpolo committed Apr 10, 2022
1 parent 264f381 commit d1c27e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Available selectors:
| browserName | string | returns browser name |
| mobileVendor | string | returns mobile device vendor (e.g `LG`, `iPhone` etc) |
| mobileModel | string | returns mobile device model (e.g `Nexus 5`) |
| engineName | string | returns browser engine `name` (e.g `Gecko` for FF or `WebKit` for Chrome) |
| engineName | string | returns browser engine `name` (e.g `Gecko` for FF or `Blink` for Chrome) |
| engineVersion | string | returns engine version |
| getUA | string | returns user agent |
| deviceType | string | returns device type (e.g `mobile` or `tablet`) |
Expand Down

0 comments on commit d1c27e7

Please sign in to comment.