p-system
Results
2
comments of
p-system
Since then I have manage to implement some workarounds like: ``` StringBuilder script = new(); script.AppendLine("var select = arguments[0]; "); script.AppendLine("for (var i = 0; i < select.options.length; i++)"); script.AppendLine("{...
Thanks a lot for your answer. The same problem was mentioned here: https://github.com/SeleniumHQ/selenium/issues/10319 and was closed due to connections with IE7 compatibility mode. I open my application on IE11 but...