ContributionsMost RecentMost LikesSolutionsHow to handle iframes in the keyword test ? I am unable to capture some of the objects on my website which is under the frame. I have followed some steps and still unable to capture the objects. Help me out with any solutions. Here is the steps I have followed but didn't work: --disable-web-security --user-data-dir="C:\Users\SHAR247\AppData\Local\Google\Chrome\User Data\Default" --disable-site-isolation-trials Here is the error message I am getting when I am trying to check the xpath with the seltors hub Element inside cross-origin iframe. Copy Selectors by right click on element or open iframe src url in new tab. Attaching the image of the frame structure for my website and I want to capture the object of the iframe. Attached the IMage. PFA Re: how to refresh browser in KDT I have tried using browser.Refresh () in the code snippet and the browser was not refreshed. Could you please help me with the screen shot or specify the code I need to use in the code snippet ? how to refresh browser in KDT Once I navigate from first page to second page I want to refresh the browser to load the page in the middle of the test. How can I implement refresh browser in the KDT ? Generally we use browser.refresh() for the script test. so what step we can use for KDT ? Solved