Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
get name of the currently open tab
#3
Skip 1 PAGETABLIST.

Code:
Copy      Help
var w = wnd.find(1, "LINQPad 8*", "*.Window.*");
var e = w.Elm["PAGETABLIST", prop: "class=HwndWrapper[DefaultDomain;*", skip: 1]["PAGETAB", prop: "state=SELECTED", navig: "fi"].Find(1);
print.it(e.Name);


Messages In This Thread
get name of the currently open tab - by Davider - 03-22-2024, 03:20 AM
RE: get name of the currently open tab - by Gintaras - 03-22-2024, 05:16 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)