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??