Currently "Choose File" checks for the files existence (os.path.isfile) and will log an info statement if the file does not exist, but does not fail the keyword. This causes issues when the browser is interacting with a native select file dialog, such as the IEDriver does. In the case of IE the test then hangs since the native dialog cannot be closed.