Look for the element in the HTML pane with class="gqhaZ2Ry" .
클래스 선택자 - CSS: Cascading Style Sheets - MDN Web Docs .gqhaZ2Ry { vertical-align:top; cursor: pointe...
// This will return the text content of the first element with that class document.querySelector('.gqhaZ2Ry').textContent; Use code with caution. Copied to clipboard Look for the element in the HTML pane with class="gqhaZ2Ry"
Alternatively, if you are automating this or need to extract it via code, you can use a in the console: javascript .gqhaZ2Ry { vertical-align:top; cursor: pointe...