- mfsi_Sudhansu
- Posts : 3
Join date : 2012-11-07
How to print all the friend names in Facebook using Selenium Webdriver and Java code?
Wed Nov 07, 2012 12:38 pm
Hi All,
Can someone please help in the following scenario?
Scenario:
I want to print all the friends name using Selenium Webdriver automation using java. Since all the friends name are not getting loaded in one page, i have to scroll down the sidebar until and unless all the friend list are getting loaded. What should be the condition to stop the scroll bar down?
Note: The "See more" option is not displaying.
Thanks
Sudhansu
Can someone please help in the following scenario?
Scenario:
I want to print all the friends name using Selenium Webdriver automation using java. Since all the friends name are not getting loaded in one page, i have to scroll down the sidebar until and unless all the friend list are getting loaded. What should be the condition to stop the scroll bar down?
Note: The "See more" option is not displaying.
Thanks
Sudhansu
Re: How to print all the friend names in Facebook using Selenium Webdriver and Java code?
Mon Nov 19, 2012 9:01 pm
hi,
get view source of a page. find the frame in which friend list appearing.
Fetch all the values of tag present in that frame which contain friend name.
this is the logic. you have to write code and fetch the value using regular expression and x-path hierarchy
hope this will help. you have to write code by urself. I gave the logic.
Best of luck
get view source of a page. find the frame in which friend list appearing.
Fetch all the values of tag present in that frame which contain friend name.
this is the logic. you have to write code and fetch the value using regular expression and x-path hierarchy
hope this will help. you have to write code by urself. I gave the logic.
Best of luck
- How to open a link in another tab of the same window using Selenium webdriver using Java code?
- beforeClass() code for Selenium WebDriver
- How to work with excel opened from IE application using Selenium webdriver java code
- Is Selenium Webdrive compatible with silver-light application?
- Contract job in Cincinnati,OH-Selenium with Java WebDriver and/or basic Java
Permissions in this forum:
You cannot reply to topics in this forum