From 5f793aaf661579af95350bf0ea197ee7007d14f3 Mon Sep 17 00:00:00 2001 From: surishubham Date: Tue, 4 Mar 2025 12:45:40 +0530 Subject: [PATCH] revert text --- docs/selenium-default-capabilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/selenium-default-capabilities.md b/docs/selenium-default-capabilities.md index af01e0431..3ac92a994 100644 --- a/docs/selenium-default-capabilities.md +++ b/docs/selenium-default-capabilities.md @@ -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) | -| `preventCrossSiteTracking` | true, false | Enables or disables cross-site tracking. | \ No newline at end of file +| `preventCrossSiteTracking` | true, false | Blocks or unblocks cross-site tracking. | \ No newline at end of file