Solved
Forum Discussion
rraghvani
Champion Level 3
3 years agoIf you record your actions, then convert the test to scripts. You will then see the actual code the TC has generated.
bnoyahr
3 years agoNew Contributor
Thanks for you response. Yes... I did record it, but even this code does not work when run (see below). Also I am trying to build a framework using xpath, rather than record and playback.
function Test1()
{
Browsers.Item(btEdge).Navigate("https://blah-qa.powerappsportals.com/");
let browser = Aliases.browser;
browser.BrowserWindow.Maximize();
browser.pageFilmPermitHomePageCustomPort.linkApplyForAPermit.Click();
}