Add impersonation capabilites
Update lib.rs
This commit is contained in:
11
src/browser/chrome/ver/mod.rs
Normal file
11
src/browser/chrome/ver/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use crate::browser::BrowserSettings;
|
||||
|
||||
use super::ChromeVersion;
|
||||
|
||||
mod v104;
|
||||
|
||||
pub(super) fn get_config_from_ver(ver: ChromeVersion) -> BrowserSettings {
|
||||
match ver {
|
||||
ChromeVersion::V104 => v104::get_settings(),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user