From 755ccc06ba504ba7717b08b5cf156aa297996ca6 Mon Sep 17 00:00:00 2001 From: David Dick Date: Sun, 2 Jun 2024 21:13:35 +1000 Subject: [PATCH] Documentation fixes --- README | 4 ++++ README.md | 1 + lib/Firefox/Marionette.pm | 2 ++ 3 files changed, 7 insertions(+) diff --git a/README b/README index c0e9fe9..31a2382 100644 --- a/README +++ b/README @@ -3528,6 +3528,10 @@ IMITATING OTHER BROWSERS for your browser session. + * the tz method, which can change the timezone + + for your browser session. + This list of methods may grow. WEBSITES THAT BLOCK AUTOMATION diff --git a/README.md b/README.md index 8dde080..6fd6b24 100644 --- a/README.md +++ b/README.md @@ -2501,6 +2501,7 @@ There are a collection of methods and techniques that may be useful if you would - the [agent](#agent) method, which if supplied a recognisable [User Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent), will attempt to change other attributes to match the desired browser. This is extremely experimental and feedback is welcome. - the [geo](#geo) method, which allows the modification of the [Geolocation](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation) reported by the browser, but not the location produced by mapping the external IP address used by the browser (see the [NETWORK ARCHITECTURE](#network-architecture) section for a discussion of different types of proxies that can be used to change your external IP address). - the [languages](#languages) method, which can change the [requested languages](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language) for your browser session. +- the [tz](#tz) method, which can change the [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) for your browser session. This list of methods may grow. diff --git a/lib/Firefox/Marionette.pm b/lib/Firefox/Marionette.pm index e7a8899..318eb7b 100644 --- a/lib/Firefox/Marionette.pm +++ b/lib/Firefox/Marionette.pm @@ -14903,6 +14903,8 @@ There are a collection of methods and techniques that may be useful if you would =item * the L method, which can change the L for your browser session. +=item * the L method, which can change the L for your browser session. + =back This list of methods may grow.