I'm having a devil of a time with one particular page being very flaky. I've set atCheckWaiting = true globally. In the page's at-checker I verify that there there's at least one radio button (e.g. radioButtons.size() > 0). In the script, I have some conditional logic that also has a waitFor that depends on the same condition, but immediately after that, if I try to interact with radioButtons, I get the "element not interactable" message from Selenium. What's going on here? The content should be there since the at-checker passed.
-- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/dc67a319-d7f7-4ef3-b3e1-503ef6fa3902n%40googlegroups.com.
