handleFile(driver, path)code ยป
Handles the file specified by the given path, preparing it for use with
the current browser. If the path does not refer to a valid file, it will
be returned unchanged, otherwisee a path suitable for use with the current
browser will be returned.
This default implementation is a no-op. Subtypes may override this
function for custom tailored file handling.