in reply to WWW::Mechanize::Chrome Created Using incognito windows by default

Not directly related to WWW::Mechanize but in the Selenium world it's difficult to reuse your main profile, if that's what you're trying to do. It has something to do with the fact that you can't have multiple instances touching the profile files.
So it may be that you're getting a new profile each time which appears to be incognito to websites.

-Thomas
"Excuse me for butting in, but I'm interrupt-driven..."
  • Comment on Re: WWW::Mechanize::Chrome Created Using incognito windows by default

Replies are listed 'Best First'.
Re^2: WWW::Mechanize::Chrome Created Using incognito windows by default
by shadowclaw (Novice) on Jul 17, 2020 at 14:55 UTC
    Actually just the opposite I want each session to be completely clean.