FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
selenium-webdriver-java/docs/navigation1.html at master · bonigarcia/selenium-webdriver-java · GitHub
bonigarcia
/
selenium-webdriver-java
Public
Notifications
You must be signed in to change notification settings
Fork
115
Star
212
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
selenium-webdriver-java
/
docs
/
navigation1.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
71 lines (64 loc) · 2.51 KB
Breadcrumbs
selenium-webdriver-java
/
docs
/
navigation1.html
Copy path
File metadata and controls
71 lines (64 loc) · 2.51 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html
>
<
html
lang
="
en
"
class
="
h-100
"
>
<
head
>
<
title
>
Hands-On Selenium WebDriver with Java
</
title
>
<
meta
charset
="
utf-8
"
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
>
<
meta
name
="
author
"
content
="
Boni Garcia
"
>
<
link
rel
="
icon
"
type
="
image/png
"
href
="
img/hands-on-icon.png
"
>
<
link
href
="
//cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css
"
rel
="
stylesheet
"
>
<
script
src
="
//code.jquery.com/jquery-3.6.0.min.js
"
>
</
script
>
<
script
src
="
//cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js
"
>
</
script
>
</
head
>
<
body
class
="
d-flex flex-column h-100
"
>
<
main
class
="
flex-shrink-2
"
>
<
div
class
="
container
"
>
<
div
class
="
row py-2
"
>
<
div
class
="
col col-10
"
>
<
h1
class
="
display-4
"
>
Hands-On Selenium WebDriver with Java
</
h1
>
<
h5
>
Practice site
</
h5
>
</
div
>
<
div
class
="
col col-2
"
>
<
a
href
="
https://github.com/bonigarcia/selenium-webdriver-java
"
>
<
img
class
="
img-fluid
"
src
="
img/hands-on-icon.png
"
>
</
a
>
</
div
>
</
div
>
<
div
class
="
row
"
>
<
div
class
="
col col-12
"
>
<
hr
class
="
my-4
"
>
</
div
>
</
div
>
<
div
class
="
row
"
>
<
div
class
="
col-12
"
>
<
h1
class
="
display-6
"
>
Navigation example
</
h1
>
</
div
>
</
div
>
<
div
class
="
row
"
>
<
div
class
="
col-12 py-2
"
>
<
p
class
="
lead
"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.
</
p
>
<
a
href
="
index.html
"
>
Back to index
</
a
>
</
div
>
</
div
>
<
div
class
="
row
"
>
<
div
class
="
col-12 py-2
"
>
<
nav
aria-label
="
Page navigation example
"
>
<
ul
class
="
pagination
"
>
<
li
class
="
page-item disabled
"
>
<
a
class
="
page-link
"
href
="
#
"
>
Previous
</
a
>
</
li
>
<
li
class
="
page-item active
"
>
<
a
class
="
page-link
"
href
="
navigation1.html
"
>
1
</
a
>
</
li
>
<
li
class
="
page-item
"
>
<
a
class
="
page-link
"
href
="
navigation2.html
"
>
2
</
a
>
</
li
>
<
li
class
="
page-item
"
>
<
a
class
="
page-link
"
href
="
navigation3.html
"
>
3
</
a
>
</
li
>
<
li
class
="
page-item
"
>
<
a
class
="
page-link
"
href
="
navigation2.html
"
>
Next
</
a
>
</
li
>
</
ul
>
</
nav
>
</
div
>
</
div
>
</
div
>
</
main
>
<
footer
class
="
footer mt-auto py-3 bg-light
"
>
<
div
class
="
container
"
>
<
span
class
="
text-muted
"
>
Copyright © 2021-2026
<
a
href
="
https://bonigarcia.dev/
"
>
Boni García
</
a
>
</
span
>
</
div
>
</
footer
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL