await Delay(10000);
await ExecuteScript('window.location="https://google.com/rescuephone/avbhjgdhj');
await Delay(5000);
var pageUrl = await EvaluateScript('window.location.href');
await Delay(5000);
var newurl = StringReplace (pageUrl, "https://google.com/rescuephone", "")...