fantoccini 0.22.1

High-level API for programmatically interacting with web pages through WebDriver.
Documentation
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" http-equiv="refresh" content="5;url=sample_page.html">
    <title>This Page will Redirect</title>
</head>
<body>
This page will redirect to https://wikipedia.org
</body>
</html>