We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1bbf4 commit 9af89ffCopy full SHA for 9af89ff
javascript/firefox-driver/js/syntheticMouse.js
@@ -116,7 +116,7 @@ SyntheticMouse.prototype.isElementClickable = function(element) {
116
parent = parent.parentNode;
117
}
118
119
- if (parent && parent.tagName.toLowerCase() == 'select' && !parent.multiple) {
+ if (parent && parent.tagName.toLowerCase() == 'select') {
120
return this.isElementClickable(parent);
121
122
0 commit comments