-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
76 lines (73 loc) · 1.71 KB
/
_pkgdown.yml
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
72
73
74
75
76
url: https://ashbythorpe.github.io/selenider/
template:
bootstrap: 5
development:
mode: auto
reference:
- title: Start a session
- contents:
- selenider_session
- chromote_options
- close_session
- get_session
- title: Global Actions
desc: Actions on the entire page
- contents:
- has_concept("global actions")
- title: Selecting elements
- desc: Specifying the paths to HTML elements
- contents:
- s
- find_element
- find_elements
- elem_ancestors
- elem_find
- title: Properties
- contents:
- has_concept("properties")
- elem_equal
- title: Actions
- contents:
- has_concept("actions")
- keys
- title: Expectations
- contents:
- elem_expect
- elem_expect_all
- title: Conditions
- contents:
- has_concept("conditions")
- title: Working with element collections
desc: Combine, modify and iterate over groups of HTML elements
- contents:
- elem_flatten
- as.list.selenider_elements
- find_each_element
- title: Other functions
- contents:
- elem_cache
- read_html.selenider_session
- get_actual_element
- minimal_selenider_session
- selenider_available
- print.selenider_element
- title: Configuration
- contents:
- selenider-config
- title: Superceded and deprecated functions
- contents:
- wdman_server_options
- create_chromote_session
- element_list
- print_lazy
articles:
- title: Articles
navbar: ~
contents:
- unit-testing
- with-rvest
- advanced-usage
- title: Testing selenider
desc: An article used to test selenider
contents:
- articles/test-site