Konstantin Kotenko
Konstantin Kotenko
A Win32 Framework application may open a modal window (ControlType `Window`, ClassName `#32770`). At least in the example I am facing, it has the same ProcessId as the main application....
Currently, when I accidentally try to `Select` a value in a ComboBoxControl, and the value is not present, I get no error whatsoever. So I am left with having to...
I discovered that the translations also translated the hostnames. This sets a bad example for users. This commit reverts that.
For some reason, this fixes rendering in the Github preview *shrug* not sure if you want to merge it, but hope you would at least like to know
I expect all of the following to raise AssertionError, as the second list is not a subset of the first: ```python from robot.libraries.Collections import Collections second = [""] Collections().list_should_contain_sub_list(["first"], second)...