Hi,
I am using Katalon studio 7.2.1 in Ubuntu 18.04.3 LTS.
I am facing the performance issue when I run my test case in any browser it takes to much time to finish all process, I have tried with Facebook and YouTube test.
Here I have attached the screenshot of the result of the Facebook test here you can see how much time it take to execute a few steps:
Here also attached the script which I used to test Facebook:
WebUI.openBrowser(‘’)
WebUI.navigateToUrl(‘https://www.facebook.com/’)
WebUI.setText(findTestObject(‘Page_Facebook log in or sign up/input_Password_email’), ‘test.izisstechnology@gmail.com’)
WebUI.setEncryptedText(findTestObject(‘Page_Facebook log in or sign up/input_Password_pass’), ‘hRSO6Ul6KUlWd6fylPINwA==’)
WebUI.click(findTestObject(‘Page_Facebook log in or sign up/input_Password_u_0_b’))
WebUI.click(findTestObject(‘Object Repository/Page_(50) Facebook/a_Home’))
WebUI.click(findTestObject(‘Object Repository/Page_(50) Facebook/div_Account Settings’))
WebUI.click(findTestObject(‘Object Repository/Page_(50) Facebook/span_News Feed preferences’))
WebUI.click(findTestObject(‘Object Repository/Page_(50) Facebook/a_Close’))
WebUI.click(findTestObject(‘Object Repository/Page_(50) Facebook/div_Account Settings’))
WebUI.click(findTestObject(‘Object Repository/Page_(50) Facebook/span_Log Out’))
WebUI.closeBrowser()


