Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HtmlUnitヘッドレス ブラウザを使用して Web サイトにアクセスしています。
ヘッドレス ブラウザを使用すると、これらの Web サイトから送信された Cookie をコンピュータに保存できますか?
はいの場合、これらの Cookie が保存される場所はどこですか?HtmlUnit を使用して削除するにはどうすればよいですか?
HtmlUnit.removeCookie()を使用します。通常、HtmlUnit の Cookie はメモリ内に作成され、ディスクにシリアル化されません。