Hi,

Here's quick question....I have been working on the perl-selenium web browser automation past from three and a half weeks. My problem I couldn't find proper solution on how to setup the firefox,chrome,IE drivers either in window or linux platform.

But somehow I managed to get it work in windows but chrome,IE driver are main problem to me.I am able to automate the several webpages of other sites.But recently my have developed have developed application web-site in which we login and do testing several functions in it.But I am not able to automate in chrome becuase the webpage loads and does the login but no further action takes place and it shows that there is server connection problem.

Also, can someone know on how to setup drivers in linux platform and also in windows using either selenium RC or selenium web-drivers.

The documentation in selenium web-sites and google-groups is of not that much great in how to do the things... And perl-formatter for the current web-driver in github has to be developed further.Also I found that there is no proper support from our perl front in solving the selenium issues.

I would like to request perlmonks to help in support for solving the selenium issues

Regards,

Anurag


In reply to How to set-up the firefox,chrome,IE driver for selenium? by anurag_perl

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.