winapi - How To Get Window handles In Mozilla Firefox -


how handles of child windows in mozilla firefox. spy++ showing 1 class , window caption windows. tried using getwindow , findwindowex got nothing. want read url mozilla firefox.

spy++ uses standard windows api calls inspect window hierarchies (enumwindows, enumchildwindows, etc.). if spy++ doesn't show native windows, there aren't native windows. consequently, cannot find native windows either. firefox uses what's called windowless controls.

if need automate gui (which reason why wish find native windows), use standard infrastructure available: ui automation.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -