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
/// Runs <paramref name="pageFunction"/> within the frame and passes it the outcome of <paramref name="arrayHandle"/> as the first argument. Use only after <see cref="Page.QuerySelectorAllHandleAsync(string)"/>
67
+
/// </summary>
68
+
/// <typeparam name="T"></typeparam>
69
+
/// <param name="arrayHandle">An <see cref="JSHandle"/> that represents an array of <see cref="ElementHandle"/> that will be used as the first argument in <paramref name="pageFunction"/></param>
70
+
/// <param name="pageFunction">Function to be evaluated in browser context</param>
71
+
/// <param name="args">Arguments to pass to <c>pageFunction</c></param>
72
+
/// <returns>Task which resolves to the return value of <c>pageFunction</c></returns>
0 commit comments