I was just wondering if that menu "select jetways" was always showing up at this stage or if this was introduced only recently. Maybe I cannot remember because I normally operate the jetways with menu item 6 before I start deboarding or boarding.
That menu has been there since GSX Level 2 came out, in 2018.
If you are doing your own automation script, you cannot assume the jetway selection menu will always there, no matter what, because:
- If the gate doesn't have SODE jetways, the menu will always by skipped, since GSX doesn't control non-SODE jetways.
- If the gate doesn't have ANY jetways, the menu will also skipped, for obvious reasons.
- If the gate DOES have SODE jetways, but only one will solve to only one door, the menu will also skipped, because it won't make any sense asking the user which jetway should go to which door, when there's only one possible answer.
- If the gate has multiple SODE jetways, it will first ask which jetway you want to dock to which door first and then, if other jetways solve to more than one of the *remaining* doors, a SECOND menu will ask which jetway should dock to which of these doors. This might even go down to a 3rd menu, if even after assigning the first two jetways, the remaining ones will have more than a possible choice.
So, basically, I really think you shouldn't try to automate jetway selection with a script, considering GSX has way better information ( from the SODE API ) about which jetways will work on which door.