How to
해석
구글 개발자 도구 Elements 패널에서 XPath 검색해서 확인하는 법
1. F12를 눌러서 구글 개발자 도구를 열어주세요
2. Element(요소?) 패널에서 Ctrl+F 를 눌러주세요
3. 검색창에 XPath나 CSS Selector를 입력하세요, 요소가 존재한다면 노란색으로 하이라이트 될 겁니다.
원문
Here is how you search XPath in Elements
panel:
Press F12 to open Chrome Developer Tool
In "Elements" panel, press Ctrl+F
In the search box, type in XPath or CSS Selector, if elements are found, they will be highlighted in yellow.
Examples
XPath
CSS Selector
References
https://stackoverflow.com/a/22573161/7938801
제 글이 도움이 되셨다면 간단하게 '공감', '댓글' 부탁드립니다!
'Frontend' 카테고리의 다른 글
자바스크립트에서 'use strict' 란? (0) | 2018.12.09 |
---|
댓글