You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to select a combo box containing quotation marks you will receive a javascript parsing exception because those quotation marks are not escaped.
Even if the input for comboBox.selectItem is escaped the resulting JS script is unescaped again.
So instead of using selectItem or selectItemContains from the combobox fixture I click on it and grab the list fixture which appears. By using clickItem which internally uses clickItemAtIndex everything works as expected. Maybe the selectItem of the combobox can be changed to also use the index of the item instead of sending the string as JS
If you try to select a combo box containing quotation marks you will receive a javascript parsing exception because those quotation marks are not escaped.
Even if the input for
comboBox.selectItem
is escaped the resulting JS script is unescaped again.Reproducer:
Result which get sent:
The text was updated successfully, but these errors were encountered: