- SR
- Posts : 1
Join date : 2012-06-29
Capturing hyperlink on a web page in RC Server
Fri Jun 29, 2012 12:23 am
Hi All,
I am a beginner with Selenium. Can you please direct as to how capture hyperlink on a web page from Default Selenium ?
Thanks
SR
I am a beginner with Selenium. Can you please direct as to how capture hyperlink on a web page from Default Selenium ?
Thanks
SR
- popshaAmateur
- Posts : 60
Join date : 2012-04-14
Re: Capturing hyperlink on a web page in RC Server
Wed Jul 04, 2012 4:08 pm
use it,if you want to click a link
selenium.click("//xpath");
use it, if you want to extract the text in a link
System.out.println(selenium.getText("//xpath"));
selenium.click("//xpath");
use it, if you want to extract the text in a link
System.out.println(selenium.getText("//xpath"));
- How to use WebDriverEventListener in Page Object Model design Pattern with Page Factory
- my selenium html file opens the code page rather than web page
- How do I get one page element in another page using Selenium Webdriver(java code)
- Page Object Pattern/Model using Page Factory
- Problems with capturing a screenshot
Permissions in this forum:
You cannot reply to topics in this forum