vba - Count tags in web page HTML code -




how can count number of tags in html web site code?
try use code:

f=ie.document.getelementsbytagname("p")  msgbox f.count  

but not work

$("p").length 

if want count tags in html page use jquery ".length" gives length of tags in html page.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -