I am slowly working on a script and hit a snag. I'd like to have an if/then/else section that would check if a tab w/the caption of Downloads exists in the top pane (P1) (in any location). When I have Downloads open, it will always be in the top pane, so I can limit my search to P1.
I started w/this (below), but I think it just checks the caption of the selected tab when the script was run. I'm not exactly sure at this point how to loop through open tabs in a specific pane.
Code: Select all
/*if (tab("get", "caption") != "Downloads") {
......
} else {
......
};*/
XYplorer Beta Club