Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi,
What if you change the condition to something like this (untested pseudo-code):
if (not Continue.Exists) {
ScrollToBottom
Continue = GetContinueButton(...)
}
if(Continue.visible){
click on continue
}
What if you change the condition to something like this (untested pseudo-code):
if (not Continue.Exists) {
ScrollToBottom
Continue = GetContinueButton(...)
}
if(Continue.visible){
click on continue
}