Skip to content

Can't download files #87

Description

@lichacarrasco

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions