-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi! I noticed a closed issue regarding file downloads: #82
However, it seems like the provided solution isn't effective.
I ran this code, but no download occurred, and there were no error messages either.
pjs <- run_phantomjs(debugLevel = c("INFO"))
sesion <- Session$new(port = pjs$port)
sesion$go('https://example.com')
element <- sesion$findElement(
"#OperacionDelDiaTableController > tbody:nth-child(3) > tr > td > table > tbody > tr > td:nth-child(8) > a"
)
desc <- element$click()
Is there any potential solution? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels