#Get Child Window URL After Navigation?

2 messages · Page 1 of 1 (latest)

arctic shadow
#

I'm attempting to build a small companion app for an onboarding tool. One of the requirements to being onboarded is a network speed test. Our team opted to use the custom Ookla Speedtest because once the test concludes, the user is brought to their "results" page which is just the same url but with "result/{long unique result id}" on the end.

Currently, Tauri opens a child window to http://bell.speedtestcustom.com/ - once the test is complete, I want to fetch the new url (something like http://bell.speedtestcustom.com/result/7f75b200-7260-11ed-b931-XXXXXXXXXX) but I can't for the life of me figure out a way to notify the parent / main window of the new url.

Any guidance would be greatly appreciated!

summer egret
#

You can use events or commands to communicate back and forth