Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ get_browser_names_in_path
Method
get_browser_names_in_path
rust/src/edge.rs:104–106 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
102
}
103
104
fn get_browser_names_in_path(&self) -> Vec<&str> {
105
vec![self.get_browser_name()]
106
}
107
108
fn get_http_client(&self) -> &Client {
109
&self.http_client
Callers
1
find_browser_in_path
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected