in reply to Re: Carriage return in Selenium
in thread Carriage return in Selenium

I would tend to think in terms of just another list item:
    print $driver->get_title(), "\n";
    print $driver->get_tootle(), "\n";
Why bother to concatenate? (Update: Or do I simply misunderstand Chaoui05's original question?)


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^3: Carriage return in Selenium
by Chaoui05 (Scribe) on May 13, 2016 at 14:20 UTC
    Thanks it's ok , it' works now