09-06-2013, 07:02 PM
I have a carousel on my application that has buttons and 5 slides, something of this sort http://dimsemenov.com/plugins/touchcarou...ngle-image
, I am trying to automate the scenario which is "verify that clicking on the button loads the corresponding slide". now the problem is the visible property for all the slides is True, e.g. when you click the 2nd button, not only the 2nd slide that loads in the carousel pane has visible property as true, but also all the other slides have the visible as true as the same time, which means though only the second slide loads in the pane, other slides are very well still present on the page. Any clues ?? PS-Carousel slide is of the type WebElement which has link,images in it.
, I am trying to automate the scenario which is "verify that clicking on the button loads the corresponding slide". now the problem is the visible property for all the slides is True, e.g. when you click the 2nd button, not only the 2nd slide that loads in the carousel pane has visible property as true, but also all the other slides have the visible as true as the same time, which means though only the second slide loads in the pane, other slides are very well still present on the page. Any clues ?? PS-Carousel slide is of the type WebElement which has link,images in it.