You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Please note** that currently full scrollable frame screenshot is only possible
116
-
when the full frame is visible in the viewport. If frame size is greater
117
-
than viewport size UnsupportedOperationException will be throws suggesting
118
-
to use CaptureElement.VIEWPORT instead.
117
+
**Please note**
118
+
- Currently full scrollable frame screenshot is only possible when the full frame is visible in the viewport. If frame size is greater than viewport size UnsupportedOperationException will be throws suggesting to use CaptureElement.VIEWPORT instead.
119
+
- Need to perform `driver.switchTo().defaultContent();` before frame screensot. After the screenshot is taken driver will stay switched to the target frame.
0 commit comments