Skip to content

How to get html content from url ?? #198

@manhlh

Description

@manhlh

I try get html content with executeScript but NOT working:

      me.ref.executeScript({
        code: "document.getElementsByTagName('html')[0].innerHTML"
      }, function (html) {
        alert(html);
      });   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions