Forum Discussion

JNeedles's avatar
JNeedles
Contributor
10 years ago

Page did not change on tab click error

I'm clicking on a tab control in our application and getting this error: "The tab control page 'Error' was clicked, but the current page of the control did not change" Is there a way to check properties on this tab before clicking? Or is there some way to ignore this error in a loop to keep clicking every 10 seconds until the new page loads?

Object is a WinFormsObject("Tabcontrol")

thanks

1 Reply

  • Ryan_Moran's avatar
    Ryan_Moran
    Valued Contributor

    Beyond increasing the auto-wait timeout in your project>playback settings to a more reasonable timeout- I wouldn't think you'd WANT to just wait forever for the tab to load? What if it starts taking 30 minutes for the tab to switch? You'd probably want to see this error then as users wouldn't find this to be very efficient :).