rticau / ScreenCapLibrary

Robot Framework test library for capturing screenshots and video recording.
Apache License 2.0
39 stars 15 forks source link

question for snapshot #45

Closed davesliu closed 4 years ago

davesliu commented 4 years ago

Hi, Is it possible to specify the position and size for the snapshot with this tool?

For exmaple, to capture a snapshot at coordinate (100,100) with a width 200 and hegith 150.

Thanks in advance

mihaiparvu commented 4 years ago

Did you try to use Take Partial Screenshot? It should be possible to configure it to capture a screenshot at those coordinates.

davesliu commented 4 years ago

Thanks for your info, I used the pyautogui to achieve the goal.