When accessing some elements in saucelabs Firefox and Safari , even when (wait:true ) is present for the elements, sometimes it is skipped executing but it is shown as clicked [observed ,when run in debug mode.]
This issue is mainly faced for the elements defined in module inside a method say
void searchProduct(){
searchBox.click()
searchBox.value("5556")
searchButton.click()
}[All elements have been defined with wait:true in module page ]
and we are accessing the same in spock via method searchProduct()
Any solution ,It is working entirely fine in Chrome,ie11 , edge
Thanks,
Rajarajan C