HTML & JS: Quick Tips - part 1
· One min read
How to copy a text from a website which prevents copying from UI?
- Click on select option (Arrow with dotted arrow) in element tab on the console of the browser.
- click on the UI text using select arrow as shown in the below image
- Selected element will be stored under the variable
$0. You can see it in the below image.
