Skip to content

Commit f377bd2

Browse files
committed
Update Selenium capabilities doc
1 parent 28a2e4d commit f377bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/selenium-default-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ slug: selenium-default-capabilities/
4848
| `acceptSslCerts` | true, false | Decides if a session by default should accept all SSL certificates.|
4949
| `unexpectedAlertBehaviour` | accept, dismiss, ignore | Determines the action of a browser for handling alerts, prior to pointing the UnhandledAlertException. |
5050
| `elementScrollBehavior` | integer | Determines the scrolling behavior according to the user provided input. The user can decide if the elements should be aligned to top(0) or bottom(1) with respect to the elements scroll-ability inside the viewport. By default the value is set to 1, aligning the scroll behavior to top. This is compatible with IE and Firefox (since 2.36) |
51-
| `enableCrossSiteBlocking` | true, false | Prevents cross-site tracking. |
51+
| `preventCrossSiteTracking` | true, false | Enables or disables cross-site tracking. |

0 commit comments

Comments
 (0)