How can I verify position of text on a PDF on varying screen sizes?

Hello,

I am writing a test to test export settings that outputs data to a PDF, and I wanted to find out how I could verify that the text is placed properly in the PDF (whether it’s top, bottom, left, or right).

I have been experimenting with the Get Position activity and think I can use that, but I’m unsure how to check the proper placement if the test is ran on a different computer or display that may be larger, as I tried and Get Position returned different values on a bigger display.

I’ve never done it, so it’s just an idea, but I think you could check the screen resolution at the very beginning and then do calculations to adjust things based on the screen resolution.

1 Like

Hi,

Maybe you can use ‘Move Window’ activity to fix it :slight_smile:

Let me know if it works :slight_smile:

Regards,

thanks I have just tried this, however I am unsure how to make the move window activity work with the use browser activity as each time the browser will just open maximized