Closed RLesur closed 6 years ago
When I run the example in the README:
r_project <- chrome %>% Page.enable() %>% Page.navigate(url = "https://www.r-project.org/")
The same id is used for the Page.enable and for the Page.navigate commands.
Page.enable
Page.navigate
Using random numbers now.
fixed in 57af3f288bc117600eb20e4c5d50c08c1c8e73b3
When I run the example in the README:
The same id is used for the
Page.enable
and for thePage.navigate
commands.