Hi Team
In my test script,m using
while((CarouselPrev.getAttribute("disabled")!="true")){CarouselPrev.click()}
This works fine in IE 11, chrome and safari.But while running in firefox saucelabs,it is showing clicked and loop gets executed indefinitely.[Actually it is disabled ,but it is showing in terminal as it is being clicked]
Any idea,why there is odd behavior on firefox alone.Please help to resolve the issue
Thanks,
Rajarajan C