pub trait PageObjectInfo:
Debug
+ Send
+ Sync {
// Required methods
fn url_pattern(&self) -> &str;
fn page_name(&self) -> &str;
fn load_timeout_ms(&self) -> u64;
}Expand description
Trait for type-erased page object info
Required Methods§
Sourcefn url_pattern(&self) -> &str
fn url_pattern(&self) -> &str
Get the URL pattern
Sourcefn load_timeout_ms(&self) -> u64
fn load_timeout_ms(&self) -> u64
Get the load timeout