Thanks...

Both the shell command and perl script are using /usr/bin/chromium.

How is the "profile" option different from: data_directory => '/home/rwk/chrome-session-for-walmart'.

In the chromiun man page it says:

--user-data-dir=DIR Specifies the directory that user data (your "profile") +is kept in. Defaults to ~/.config/chromium . Separate instances of Chromium +must use separate user data directories; repeated invocations of chromium-browser + will reuse an existing process for a given user data directory.

In the WMC doc it says:

profile profile => '/path/to/profile/directory' # set the profile directory By default, your current user profile directory is used. Use this sett +ing to change the profile directory for the browsing session. data_directory data_directory => '/path/to/data/directory' # set the data directory By default, the current data directory is used. Use this setting to ch +ange the base data directory for the browsing session.

What's the difference between "profile directory" and "data directory"?


In reply to Re^2: WWW::Mechanize::Chrome doesn't load/use cookies by tunerooster
in thread WWW::Mechanize::Chrome doesn't load/use cookies by tunerooster

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.