-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
45 lines (44 loc) · 900 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(browser_launch)
export(check)
export(click)
export(close_page)
export(dblclick)
export(drag_to)
export(execute_script)
export(fill)
export(focus)
export(get_all_attributes)
export(get_by_alt_text)
export(get_by_label)
export(get_by_placeholder)
export(get_by_role)
export(get_by_selector)
export(get_by_test_id)
export(get_by_text)
export(get_by_title)
export(get_content)
export(get_title)
export(get_url)
export(go_back)
export(go_forward)
export(goto)
export(new_page)
export(press)
export(pw_init)
export(reload)
export(screenshot)
export(select_option)
export(set_input_files)
export(type)
export(wait_for)
import(tibble)
import(xml2)
importFrom(dplyr,mutate)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(purrr,map_chr)
importFrom(reticulate,import)
importFrom(reticulate,py_run_string)
importFrom(tibble,tibble)