페이스북 경로 접근
SNS/Facebook 2017. 3. 27. 16:46 |## 170327 기준
* graph search 리스트 출력
자동스크롤,
id 경로(xpath) : .//*[@class='_3u1 _gli _5und']
* group의 맴버 리스트 출력 (public)
url : https://www.facebook.com/groups/[fb id]/members
[see more]를 클릭해야 리스트 확장됨
-> [see more] 경로접근(jquery) : $("div[data-name='GroupProfileGrid']").children("div").children("div").children("a")
id 경로(xpath) : .//*[@class='fsl fwb fcb']
## 170502 기준
* graph search 리스트 출력
자동스크롤,
id 경로(xpath) :.//*[contains(@class, '_3u1') and contains(@class ,'_gli')]