Quote:var e = wChrome.Elm["PAGETAB", name + " - Memory usage *", "notin=DOCUMENT,TOOLBAR"].Find(1);
If operating on a Chinese system, the code above needs to be changed as follows. Is there a simpler way to adapt it?
Quote:var e = wChrome.Elm["PAGETAB", name + " - 内存用量 *", "notin=DOCUMENT,TOOLBAR"].Find(1);
Additionally, if I currently have two Chrome browser windows open, how can I quickly switch to the window with a specific tab name?
