Carousel is still showing as clicked when it is disabled - only in firefox saucelabs

18 views
Skip to first unread message

Raja Rajan

unread,
Apr 22, 2017, 9:43:17 AM4/22/17
to Geb User Mailing List
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 

Raja Rajan

unread,
Apr 24, 2017, 10:21:27 AM4/24/17
to Geb User Mailing List
Hi ,

Shall i get any help regarding the same

Raja Rajan

unread,
Apr 26, 2017, 6:55:01 AM4/26/17
to Geb User Mailing List
GOt the answer.Hope it helps if i share 

Used while((CarouselPrev.getAttribute("disabled")=="false")){CarouselPrev.click()} and it worked fine.
Reply all
Reply to author
Forward
0 new messages