I am writing this, with continuation to my previous posts…
How to click in a specific part of a Button using Selenium, for the list of options to be displayed?
As I wanted to automate a mouse click event for testing on a split button using selenium, upon clicking on one particular part of the button, I am finding that, ‘that particular part’ is present in an Em-class, which in turn has the button/link, but does nothing upon click…
This Em class has an attribute, unSelectable=On….Is this attribute necessary for a split button functionality?? Can it be given to Off??
First of all I did not understand why in the first place the Em class has an attribute
unClickable="On".I suggest you to change this value to
**unselectable="Off"**and then look at what will happen.Let me know if any errors are generated.