viewpoint-core 0.3.2

High-level browser automation API for Viewpoint
Documentation
1
2
3
4
5
6
7
8
9
10
11
use super::*;

#[test]
fn test_navigation_detection_window_is_reasonable() {
    assert_eq!(NAVIGATION_DETECTION_WINDOW, Duration::from_millis(50));
}

#[test]
fn test_default_timeout() {
    assert_eq!(DEFAULT_NAVIGATION_TIMEOUT, Duration::from_secs(30));
}