Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/selenium-default-capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ slug: selenium-default-capabilities/
| `acceptSslCerts` | true, false | Decides if a session by default should accept all SSL certificates.|
| `unexpectedAlertBehaviour` | accept, dismiss, ignore | Determines the action of a browser for handling alerts, prior to pointing the UnhandledAlertException. |
| `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) |
| `enableCrossSiteBlocking` | true, false | Prevents cross-site tracking. |
| `preventCrossSiteTracking` | true, false | Enables or disables cross-site tracking. |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its reverse, better to use blocks or unblocks

Loading