- Joined
- May 25, 2022
- Messages
- 7
- Reaction score
- 0
- Achievement
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", "");
WriteFile("E:\\dlink.txt", newurl+"\n", "append");
i want to replace url but scrip i write not active
please help me
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", "");
WriteFile("E:\\dlink.txt", newurl+"\n", "append");
i want to replace url but scrip i write not active
please help me