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
1111
1212Verify Index Increments With Multiple Prints
1313 [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 }
1515 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
1717 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 }
1920 Should Be Equal ${file_3 } ${OUTPUTDIR }${/ } selenium-page-3.pdf
2021
2122Print With Full Options
You can’t perform that action at this time.
0 commit comments