Skip to content

Commit d43b1ed

Browse files
bonigarciadiemol
andauthored
[rust] Bug-fix storing metadata for iexplorer resolution (#12488)
Co-authored-by: Diego Molina <[email protected]>
1 parent 3a87306 commit d43b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/iexplorer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl SeleniumManager for IExplorerManager {
176176
)?;
177177

178178
let driver_ttl = self.get_driver_ttl();
179-
if driver_ttl > 0 && !major_browser_version.is_empty() {
179+
if driver_ttl > 0 {
180180
metadata.drivers.push(create_driver_metadata(
181181
major_browser_version,
182182
self.driver_name,

0 commit comments

Comments
 (0)