We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ed1cd commit 83ec0faCopy full SHA for 83ec0fa
rust/src/iexplorer.rs
@@ -17,7 +17,6 @@
17
18
use crate::config::ManagerConfig;
19
use reqwest::Client;
20
-use std::cell::RefCell;
21
use std::collections::HashMap;
22
use std::error::Error;
23
use std::path::PathBuf;
@@ -44,8 +43,6 @@ pub const IEDRIVER_NAME: &str = "IEDriverServer";
44
43
const DRIVER_URL: &str = "https://github.com/SeleniumHQ/selenium/releases/";
45
const IEDRIVER_RELEASE: &str = "IEDriverServer_Win32_";
46
47
-thread_local!(static RELEASE_URL: RefCell<String> = RefCell::new("".to_string()));
48
-
49
pub struct IExplorerManager {
50
pub browser_name: &'static str,
51
pub driver_name: &'static str,
0 commit comments