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
/// This method scrolls element into view if needed, and then uses <seealso cref="Page.ScreenshotBase64Async(ScreenshotOptions)"/> to take a screenshot of the element.
105
+
/// If the element is detached from DOM, the method throws an error.
106
+
/// </summary>
107
+
/// <returns>Task which resolves to a <see cref="string"/> containing the image data as base64.</returns>
/// This method scrolls element into view if needed, and then uses <seealso cref="Page.ScreenshotBase64Async(ScreenshotOptions)"/> to take a screenshot of the element.
112
+
/// If the element is detached from DOM, the method throws an error.
113
+
/// </summary>
114
+
/// <returns>Task which resolves to a <see cref="string"/> containing the image data as base64.</returns>
0 commit comments