Skip to content

Commit eb390eb

Browse files
committed
Fix name
1 parent 214fc2a commit eb390eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContextInputModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public Task ReleaseActionsAsync(ReleaseActionsOptions? options = null)
3535
return inputModule.ReleaseActionsAsync(context, options);
3636
}
3737

38-
public Task SetFiles(Script.ISharedReference element, IEnumerable<string> files, SetFilesOptions? options = null)
38+
public Task SetFilesAsync(Script.ISharedReference element, IEnumerable<string> files, SetFilesOptions? options = null)
3939
{
4040
return inputModule.SetFilesAsync(context, element, files, options);
4141
}

0 commit comments

Comments
 (0)