xsy-breeze-ui-rpa > SystemUtils > getMainWindowLocationInfo
SystemUtils.getMainWindowLocationInfo property
获取主窗口页面的location信息
Signature:
getMainWindowLocationInfo: () => Promise<{
hash: string;
host: string;
href: string;
pathname: string;
search: string;
}>;
