I type in browser http://localhost:8000 which redirects me to other
page (and assign session id like /login.form;jsessionid=owag6n8g4zat?
id url) but the only thing i get in selenium ide is this second url -
i need to get this dynamically set sessionid in every test so in my
opinion i need sth like this:
1. open localhost:8000
2. get url with sessionid - somehow get it from url with regexp
3. use this sessionid to login into my webapp.
Is this possible?
On Mar 30, 2:43 am, Freakman <freakman1...@gmail.com> wrote:
> Hi,
> i want to test web application. I use IDE for recording and RC to
> editing my script. Problem is: how to record redirects through ide?
>
> I type in browserhttp://localhost:8000which redirects me to other
1) go to first url (redirects will happen, but so what)
2) enter login info
3) click login
and it should just work.
On Mar 30, 3:43 am, Freakman <freakman1...@gmail.com> wrote:
> Hi,
> i want to test web application. I use IDE for recording and RC to
> editing my script. Problem is: how to record redirects through ide?
>
> I type in browserhttp://localhost:8000which redirects me to other