@@ -120,7 +120,7 @@ class NewContextOptions {
120120 /**
121121 * Whether the {@code meta viewport} tag is taken into account and touch events are enabled. isMobile is a part of device,
122122 * so you don't actually need to set it manually. Defaults to {@code false} and is not supported in Firefox. Learn more
123- * about <a href="https://playwright.dev/java/docs/emulation#isMobile ">mobile emulation</a>.
123+ * about <a href="https://playwright.dev/java/docs/emulation#ismobile ">mobile emulation</a>.
124124 */
125125 public Boolean isMobile ;
126126 /**
@@ -236,8 +236,8 @@ class NewContextOptions {
236236 */
237237 public String userAgent ;
238238 /**
239- * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the
240- * consistent viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
239+ * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the consistent
240+ * viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
241241 * emulation</a>.
242242 *
243243 * <p> <strong>NOTE:</strong> The {@code null} value opts out from the default presets, makes viewport depend on the host window size defined by the
@@ -351,7 +351,7 @@ public NewContextOptions setIgnoreHTTPSErrors(boolean ignoreHTTPSErrors) {
351351 /**
352352 * Whether the {@code meta viewport} tag is taken into account and touch events are enabled. isMobile is a part of device,
353353 * so you don't actually need to set it manually. Defaults to {@code false} and is not supported in Firefox. Learn more
354- * about <a href="https://playwright.dev/java/docs/emulation#isMobile ">mobile emulation</a>.
354+ * about <a href="https://playwright.dev/java/docs/emulation#ismobile ">mobile emulation</a>.
355355 */
356356 public NewContextOptions setIsMobile (boolean isMobile ) {
357357 this .isMobile = isMobile ;
@@ -559,8 +559,8 @@ public NewContextOptions setUserAgent(String userAgent) {
559559 return this ;
560560 }
561561 /**
562- * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the
563- * consistent viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
562+ * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the consistent
563+ * viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
564564 * emulation</a>.
565565 *
566566 * <p> <strong>NOTE:</strong> The {@code null} value opts out from the default presets, makes viewport depend on the host window size defined by the
@@ -570,8 +570,8 @@ public NewContextOptions setViewportSize(int width, int height) {
570570 return setViewportSize (new ViewportSize (width , height ));
571571 }
572572 /**
573- * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the
574- * consistent viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
573+ * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the consistent
574+ * viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
575575 * emulation</a>.
576576 *
577577 * <p> <strong>NOTE:</strong> The {@code null} value opts out from the default presets, makes viewport depend on the host window size defined by the
@@ -646,7 +646,7 @@ class NewPageOptions {
646646 /**
647647 * Whether the {@code meta viewport} tag is taken into account and touch events are enabled. isMobile is a part of device,
648648 * so you don't actually need to set it manually. Defaults to {@code false} and is not supported in Firefox. Learn more
649- * about <a href="https://playwright.dev/java/docs/emulation#isMobile ">mobile emulation</a>.
649+ * about <a href="https://playwright.dev/java/docs/emulation#ismobile ">mobile emulation</a>.
650650 */
651651 public Boolean isMobile ;
652652 /**
@@ -762,8 +762,8 @@ class NewPageOptions {
762762 */
763763 public String userAgent ;
764764 /**
765- * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the
766- * consistent viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
765+ * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the consistent
766+ * viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
767767 * emulation</a>.
768768 *
769769 * <p> <strong>NOTE:</strong> The {@code null} value opts out from the default presets, makes viewport depend on the host window size defined by the
@@ -877,7 +877,7 @@ public NewPageOptions setIgnoreHTTPSErrors(boolean ignoreHTTPSErrors) {
877877 /**
878878 * Whether the {@code meta viewport} tag is taken into account and touch events are enabled. isMobile is a part of device,
879879 * so you don't actually need to set it manually. Defaults to {@code false} and is not supported in Firefox. Learn more
880- * about <a href="https://playwright.dev/java/docs/emulation#isMobile ">mobile emulation</a>.
880+ * about <a href="https://playwright.dev/java/docs/emulation#ismobile ">mobile emulation</a>.
881881 */
882882 public NewPageOptions setIsMobile (boolean isMobile ) {
883883 this .isMobile = isMobile ;
@@ -1085,8 +1085,8 @@ public NewPageOptions setUserAgent(String userAgent) {
10851085 return this ;
10861086 }
10871087 /**
1088- * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the
1089- * consistent viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
1088+ * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the consistent
1089+ * viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
10901090 * emulation</a>.
10911091 *
10921092 * <p> <strong>NOTE:</strong> The {@code null} value opts out from the default presets, makes viewport depend on the host window size defined by the
@@ -1096,8 +1096,8 @@ public NewPageOptions setViewportSize(int width, int height) {
10961096 return setViewportSize (new ViewportSize (width , height ));
10971097 }
10981098 /**
1099- * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the
1100- * consistent viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
1099+ * Emulates consistent viewport for each page. Defaults to an 1280x720 viewport. Use {@code null} to disable the consistent
1100+ * viewport emulation. Learn more about <a href="https://playwright.dev/java/docs/emulation#viewport">viewport
11011101 * emulation</a>.
11021102 *
11031103 * <p> <strong>NOTE:</strong> The {@code null} value opts out from the default presets, makes viewport depend on the host window size defined by the
0 commit comments