SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

c#: Add cookie method with all options #8373

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 8373

Since 8372 was closed..

Below feature requested for c# progmramming language only:

Currently there are few constructors that provide adding cookie using selenium, however
there is no constructor that support ALL the arguments including:
name, value, domain, path, expiryDate, isSecure flag, isHttpOnly flag, isSession flag;
Currently as far as I remember it accepts name, value, domain, path, expiryDate only.
Is that possible to add support for all cookie attributes anyhow?

Thanks.

Reported by talashkevicha on 2015-01-10 04:53:22

lukeis commented 8 years ago

Reported by barancev on 2015-01-10 20:02:45

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:47:30