File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
atest/acceptance/keywords Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ Print Page As PDF Without Print Options
11
11
12
12
Verify Index Increments With Multiple Prints
13
13
[Setup] Remove Files ${OUTPUTDIR } /selenium-page-*.pdf
14
- ${file_1 } = Print Page As PDF
14
+ ${file_1 } = Print Page As PDF background= ${ True } scale= ${ 2 }
15
15
Should Be Equal ${file_1 } ${OUTPUTDIR }${/ } selenium-page-1.pdf
16
- ${file_2 } = Print Page As PDF
16
+ ${file_2 } = Print Page As PDF orientation=landscape
17
17
Should Be Equal ${file_2 } ${OUTPUTDIR }${/ } selenium-page-2.pdf
18
- ${file_3 } = Print Page As PDF
18
+ Go To https://robotframework.org/foundation/
19
+ ${file_3 } = Print Page As PDF shrink_to_fit=${True } page_height=${35.56 } page_width=${21.59 }
19
20
Should Be Equal ${file_3 } ${OUTPUTDIR }${/ } selenium-page-3.pdf
20
21
21
22
Print With Full Options
You can’t perform that action at this time.
0 commit comments