Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: selenium: saving text and reg exp

by spq (Friar)
on Dec 18, 2009 at 16:04 UTC ( [id://813387]=note: print w/replies, xml ) Need Help??


in reply to selenium: saving text and reg exp

There is a selenium command for almost anything you want to do in testing a web page. For example, using the IDE you will find a number of store commands, such as storeText. I have found that frequently the fastest way to find out how to do something with a selenium test in Perl (my experience with Selenium is almost all front end through the IDE) is to add an appropriate command in the IDE and then export to Perl to see the syntax used.

So, for storeText I found the example boiled down to:

my $text = $sel->get_text("//xpath");

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://813387]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 23:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found