From 3489b8eba174a7fee21afee129a6371758801faf Mon Sep 17 00:00:00 2001 From: Simon Benzer <69980130+shbenzer@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:03:09 -0400 Subject: [PATCH] Fixed Incorrect Example Lines in PrintOptions Page (#1992)[deploy site] --- .../webdriver/interactions/print_page.en.md | 16 ++++++++-------- .../webdriver/interactions/print_page.ja.md | 16 ++++++++-------- .../webdriver/interactions/print_page.pt-br.md | 16 ++++++++-------- .../webdriver/interactions/print_page.zh-cn.md | 16 ++++++++-------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/website_and_docs/content/documentation/webdriver/interactions/print_page.en.md b/website_and_docs/content/documentation/webdriver/interactions/print_page.en.md index cdfb7d76a8f4..2edfd0d697d9 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/print_page.en.md +++ b/website_and_docs/content/documentation/webdriver/interactions/print_page.en.md @@ -16,7 +16,7 @@ Using the `getOrientation()` and `setOrientation()` methods, you can get/set the {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L14-L20" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L12-L18" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -41,7 +41,7 @@ Using the `getPageRanges()` and `setPageRanges()` methods, you can get/set the r {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L23-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L21-L27" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -66,7 +66,7 @@ Using the `getPaperSize()` and `setPaperSize()` methods, you can get/set the pap {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L32-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L30-L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -91,7 +91,7 @@ Using the `getPageMargin()` and `setPageMargin()` methods, you can set the margi {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L41-L51" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L40-L49" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -116,7 +116,7 @@ Using `getScale()` and `setScale()` methods, you can get/set the scale of the pa {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L54-L60" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L52-L58" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -141,7 +141,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether b {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L63-L69" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L61-L67" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -166,7 +166,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L72-L78" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L70-L76" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -184,4 +184,4 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tab header="Kotlin" >}} {{< badge-code >}} {{< /tab >}} -{{< /tabpane >}} +{{< /tabpane >}} \ No newline at end of file diff --git a/website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md b/website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md index 2a8a2ba2c661..f15d132ca30e 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md +++ b/website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md @@ -16,7 +16,7 @@ Using the `getOrientation()` and `setOrientation()` methods, you can get/set the {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L14-L20" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L12-L18" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -41,7 +41,7 @@ Using the `getPageRanges()` and `setPageRanges()` methods, you can get/set the r {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L23-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L21-L27" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -66,7 +66,7 @@ Using the `getPaperSize()` and `setPaperSize()` methods, you can get/set the pap {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L32-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L30-L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -91,7 +91,7 @@ Using the `getPageMargin()` and `setPageMargin()` methods, you can set the margi {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L41-L51" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L40-L49" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -116,7 +116,7 @@ Using `getScale()` and `setScale()` methods, you can get/set the scale of the pa {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L54-L60" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L52-L58" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -141,7 +141,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether b {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L63-L69" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L61-L67" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -166,7 +166,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L72-L78" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L70-L76" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -184,4 +184,4 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tab header="Kotlin" >}} {{< badge-code >}} {{< /tab >}} -{{< /tabpane >}} +{{< /tabpane >}} \ No newline at end of file diff --git a/website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md b/website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md index c09e10b40575..48bbccf8ed2b 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md @@ -16,7 +16,7 @@ Using the `getOrientation()` and `setOrientation()` methods, you can get/set the {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L14-L20" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L12-L18" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -41,7 +41,7 @@ Using the `getPageRanges()` and `setPageRanges()` methods, you can get/set the r {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L23-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L21-L27" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -66,7 +66,7 @@ Using the `getPaperSize()` and `setPaperSize()` methods, you can get/set the pap {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L32-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L30-L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -91,7 +91,7 @@ Using the `getPageMargin()` and `setPageMargin()` methods, you can set the margi {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L41-L51" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L40-L49" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -116,7 +116,7 @@ Using `getScale()` and `setScale()` methods, you can get/set the scale of the pa {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L54-L60" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L52-L58" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -141,7 +141,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether b {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L63-L69" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L61-L67" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -166,7 +166,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L72-L78" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L70-L76" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -184,4 +184,4 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tab header="Kotlin" >}} {{< badge-code >}} {{< /tab >}} -{{< /tabpane >}} +{{< /tabpane >}} \ No newline at end of file diff --git a/website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md b/website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md index 3857a193f917..b22dcd54a1ff 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md @@ -16,7 +16,7 @@ Using the `getOrientation()` and `setOrientation()` methods, you can get/set the {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L14-L20" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L12-L18" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -41,7 +41,7 @@ Using the `getPageRanges()` and `setPageRanges()` methods, you can get/set the r {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L23-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L21-L27" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -66,7 +66,7 @@ Using the `getPaperSize()` and `setPaperSize()` methods, you can get/set the pap {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L32-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L30-L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -91,7 +91,7 @@ Using the `getPageMargin()` and `setPageMargin()` methods, you can set the margi {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L41-L51" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L40-L49" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -116,7 +116,7 @@ Using `getScale()` and `setScale()` methods, you can get/set the scale of the pa {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L54-L60" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L52-L58" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -141,7 +141,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether b {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L63-L69" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L61-L67" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -166,7 +166,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L72-L78" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L70-L76" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} @@ -184,4 +184,4 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether t {{< tab header="Kotlin" >}} {{< badge-code >}} {{< /tab >}} -{{< /tabpane >}} +{{< /tabpane >}} \ No newline at end of file