@@ -20,7 +20,7 @@ Using the `getOrientation()` and `setOrientation()` methods, you can get/set the
20
20
21
21
{{< tabpane text=true >}}
22
22
{{< tab header="Java" >}}
23
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L12-L18 " >}}
23
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L14-L17 " >}}
24
24
{{< /tab >}}
25
25
{{< tab header="CSharp" >}}
26
26
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L12-L19" >}}
@@ -44,7 +44,7 @@ Using the `getPageRanges()` and `setPageRanges()` methods, you can get/set the r
44
44
45
45
{{< tabpane text=true >}}
46
46
{{< tab header="Java" >}}
47
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L21-L27 " >}}
47
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L23-L26 " >}}
48
48
{{< /tab >}}
49
49
{{< tab header="CSharp" >}}
50
50
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L22-L29" >}}
@@ -68,7 +68,7 @@ Using the `getPageSize()` and `setPageSize()` methods, you can get/set the paper
68
68
69
69
{{< tabpane text=true >}}
70
70
{{< tab header="Java" >}}
71
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L30-L36 " >}}
71
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L32-L35 " >}}
72
72
{{< /tab >}}
73
73
{{< tab header="CSharp" >}}
74
74
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L32-L38" >}}
@@ -92,7 +92,7 @@ Using the `getPageMargin()` and `setPageMargin()` methods, you can set the margi
92
92
93
93
{{< tabpane text=true >}}
94
94
{{< tab header="Java" >}}
95
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L40-L49 " >}}
95
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L41-L48 " >}}
96
96
{{< /tab >}}
97
97
{{< tab header="CSharp" >}}
98
98
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L51-L57" >}}
@@ -116,7 +116,7 @@ Using `getScale()` and `setScale()` methods, you can get/set the scale of the pa
116
116
117
117
{{< tabpane text=true >}}
118
118
{{< tab header="Java" >}}
119
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L52-L58 " >}}
119
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L53-L57 " >}}
120
120
{{< /tab >}}
121
121
{{< tab header="CSharp" >}}
122
122
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L61-L68" >}}
@@ -140,7 +140,7 @@ Using `getBackground()` and `setBackground()` methods, you can get/set whether b
140
140
141
141
{{< tabpane text=true >}}
142
142
{{< tab header="Java" >}}
143
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L61-L67 " >}}
143
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L63-L66 " >}}
144
144
{{< /tab >}}
145
145
{{< tab header="CSharp" >}}
146
146
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L41-L48" >}}
@@ -164,7 +164,7 @@ Using `getShrinkToFit()` and `setShrinkToFit()` methods, you can get/set whether
164
164
165
165
{{< tabpane text=true >}}
166
166
{{< tab header="Java" >}}
167
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L70-L76 " >}}
167
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java#L72-L75 " >}}
168
168
{{< /tab >}}
169
169
{{< tab header="CSharp" >}}
170
170
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L71-L78" >}}
@@ -200,9 +200,9 @@ Note: `BrowsingContext()` is part of Selenium's BiDi implementation. To enable B
200
200
{{< tabpane text=true >}}
201
201
{{% tab header="Java" %}}
202
202
** PrintsPage()**
203
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintsPageTest.java#L25-L32 " >}}
203
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintsPageTest.java#L27-L31 " >}}
204
204
** BrowsingContext()**
205
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintsPageTest.java#L35-L42 " >}}
205
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/PrintsPageTest.java#L37-L41 " >}}
206
206
{{< /tab >}}
207
207
{{< tab header="CSharp" >}}
208
208
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs#L81-L88" >}}
0 commit comments