-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-dotnet.NET Bindings.NET BindingsI-defectSomething is not working as intendedSomething is not working as intendedR-awaiting mergePR depends on another PR for mergingPR depends on another PR for merging
Description
What happened?
when i use driver.Manage().Cookies.AddCookie(); i got the error OpenQA.Selenium.WebDriverArgumentException: invalid argument: missing 'name',
i think the problem comes from here
selenium/dotnet/src/webdriver/WebDriver.cs
Line 567 in b16d0d8
| protected virtual Response Execute(string driverCommandToExecute, Dictionary<string, object> parameters) |
How can we reproduce the issue?
driver.Manage().Cookies.AddCookie();Relevant log output
OpenQA.Selenium.WebDriverArgumentException: invalid argument: missing 'name',Operating System
window 10
Selenium version
newest
What are the browser(s) and version(s) where you see this issue?
120
What are the browser driver(s) and version(s) where you see this issue?
120
Are you using Selenium Grid?
No response
Metadata
Metadata
Assignees
Labels
C-dotnet.NET Bindings.NET BindingsI-defectSomething is not working as intendedSomething is not working as intendedR-awaiting mergePR depends on another PR for mergingPR depends on another PR for merging