- ashok.ntActive particpant
- Posts : 11
Join date : 2012-01-13
How to verify the url displayed after click the links is correct (Selenium RC and Webdriver)?
Tue Apr 03, 2012 12:21 pm
hi ,
How to verify the url displayed after click the links is correct ?
Think there are 10 links , I will click one link and get back to same page, again i will click on next link. here at every time how to verify that url displayed is correct after clicking the link,
Thanks & Regards,
Ashok N T
How to verify the url displayed after click the links is correct ?
Think there are 10 links , I will click one link and get back to same page, again i will click on next link. here at every time how to verify that url displayed is correct after clicking the link,
Thanks & Regards,
Ashok N T
Re: How to verify the url displayed after click the links is correct (Selenium RC and Webdriver)?
Tue Apr 03, 2012 1:12 pm
get current URL which in open after click operation and then compare it with required URL.
Do same with all links
Do same with all links
- ashok.ntActive particpant
- Posts : 11
Join date : 2012-01-13
Re: How to verify the url displayed after click the links is correct (Selenium RC and Webdriver)?
Tue Apr 03, 2012 1:29 pm
Thanks for quick reply,
Is there any way to get the url from the properties of a link to which that link is pointing (i.e to which url it navigates after clicking that link).
Thanks & Regards,
Ashok N T.
Is there any way to get the url from the properties of a link to which that link is pointing (i.e to which url it navigates after clicking that link).
Thanks & Regards,
Ashok N T.
Re: How to verify the url displayed after click the links is correct (Selenium RC and Webdriver)?
Tue Apr 03, 2012 1:43 pm
Try
- Code:
selenium.getLocation()
- Sponsored content
- Selenium webdriver click operation
- In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
- Not receiving correct value from Config file in Selenium webdriver
- How to verify the text on UI using Selenium webdriver using ruby
- Unable to open two files for upload in correct order in same page in webdriver
Permissions in this forum:
You cannot reply to topics in this forum