How to refresh page in Mobile

I want to refresh the page by swiping or any other way Can anyone help me please

while (Mobile.verifyElementNotExist(findTestObject(‘[ObjectYouWantToCheck]’), 10)) {
Mobile.swipe(300, 1400, 300, 1400 + 680)
}

2 Likes