Hello,
I have a problem with waitForElementVisible and waitForElementPresent with Chrome 68 :
## OS : Windows 10 64bits
## Katalon Studio Version : Version: 5.6.0 Build: 1
## Katalon Studio logs:
Windows (\config\.metadata\.log):
## Environment (for Web testing)
Browser : Chrome 68.0.3440.84
## Expected Behavior -
Using waitForElementPresent or waitForElementVisible on an object : detection OK in a few seconds (OK with Katalon 5.4.2 + Chrome and OK with Katalon 5.6.1 + Firefox 61.0)
With Katalon 5.6.1 and Firefox 61.0 :
2018-08-09 14:22:40 - [TEST_STEP][PASSED] - click: Object: ‘Object Repository/xx/a_Affectation’ is clicked on
2018-08-09 14:22:41 - [MESSAGE][PASSED] - Object: ‘Object Repository/xx/a_Affectation’ is clicked on
2018-08-09 14:22:41 - [TEST_STEP][PASSED] - Statement - switch (TypeWait): null
2018-08-09 14:22:41 - [TEST_STEP][PASSED] - Statement - case “WaitElement”:: null
2018-08-09 14:22:41 - [TEST_STEP][PASSED] - waitForPageLoad: Wait for page load successfully
2018-08-09 14:22:41 - [MESSAGE][PASSED] - Wait for page load successfully
2018-08-09 14:22:41 - [TEST_STEP][PASSED] - waitForElementPresent: Object ‘Object Repository/xx/input_CodePreseance’ is present
2018-08-09 14:22:43 - [MESSAGE][PASSED] - Object ‘Object Repository/xx/input_CodePreseance’ is present
2018-08-09 14:22:43 - [TEST_STEP][PASSED] - waitForElementVisible: Object ‘Object Repository/xx/input_CodePreseance’ is visible
2018-08-09 14:22:44 - [MESSAGE][PASSED] - Object ‘Object Repository/xx/input_CodePreseance’ is visible
2018-08-09 14:22:44 - [TEST_STEP][PASSED] - waitForElementHasAttribute: Object ‘Object Repository/xx/input_CodePreseance’ has attribute ‘value’
2018-08-09 14:22:44 - [MESSAGE][PASSED] - Object ‘Object Repository/xx/input_CodePreseance’ has attribute ‘value’
## Actual Behavior -
With Katalon 5.6.1 and Chrome 68.0.3440.84
Object ‘Object Repository/xx/input_CodePreseance’ is not present after 120 second(s)
2018-08-09 11:25:43 - [TEST_STEP][PASSED] - click: Object: ‘Object Repository/xx/a_Affectation’ is clicked on
2018-08-09 11:25:44 - [MESSAGE][PASSED] - Object: ‘Object Repository/xx/a_Affectation’ is clicked on
2018-08-09 11:25:44 - [TEST_STEP][PASSED] - Statement - switch (TypeWait): null
2018-08-09 11:25:44 - [TEST_STEP][PASSED] - Statement - case “WaitElement”:: null
2018-08-09 11:25:44 - [TEST_STEP][PASSED] - waitForPageLoad: Wait for page load successfully
2018-08-09 11:25:44 - [MESSAGE][PASSED] - Wait for page load successfully
2018-08-09 11:25:44 - [TEST_STEP][PASSED] - waitForElementPresent: Object ‘Object Repository/xx/input_CodePreseance’ is not present after 120 second(s)
2018-08-09 11:27:50 - [MESSAGE][WARNING] - Object ‘Object Repository/xx/input_CodePreseance’ is not present after 120 second(s)
2018-08-09 11:27:50 - [TEST_STEP][PASSED] - waitForElementVisible: Object ‘Object Repository/xx/input_CodePreseance’ is visible
2018-08-09 11:27:50 - [MESSAGE][PASSED] - Object ‘Object Repository/xx/input_CodePreseance’ is visible
2018-08-09 11:27:50 - [TEST_STEP][PASSED] - waitForElementHasAttribute: Object ‘Object Repository/xx/input_CodePreseance’ has attribute ‘value’
2018-08-09 11:27:50 - [MESSAGE][PASSED] - Object ‘Object Repository/xx/input_CodePreseance’ has attribute ‘value’
–> allways reproductible with this particular object, sometimes same behaviour with others objects. Made clean up and reboot