I am trying to clone a website and here is this website's link
as you can see in this picture, when I hover the mouse to the line name "tải ứng dụng" it will show the QR code
my problem is, I want to use some extensions like page ruler redux to measure the QR code's size, but it disappear when I move the mouse to another position (I click to the hover at the force element state, but it still disappear).
I think that when I click to the hover at the force element state, it must show the QR code and it will not disappear ?
Could you please give me some way to make it display to measure it?
Thank you very much for your time.
The Chrome/Edge Dev tools have a built-in measurement function, hopefully this gets what you want.
:after selectordiv html which one has a classname be named shopee-drawer__contentspicture about how to find element node name
For instanse document.getElementByClass('shopee-drawer__contents').getBoundingClientRect()
print out width & height