Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page.analyzePage() returning value as null #58

Open
harsh-thoriya opened this issue Mar 24, 2023 · 1 comment
Open

page.analyzePage() returning value as null #58

harsh-thoriya opened this issue Mar 24, 2023 · 1 comment

Comments

@harsh-thoriya
Copy link

When trying to fetch HTML of the whole page in onenote add in, analyzePage() returning value as null.
Here's a code snippet:
await OneNote.run(async (context) => { const page = context.application.getActivePage(); return context .sync() .then(async function () { console.log(page.analyzePage()) }) })

Here's what it logs in console:
{ m_isLoaded:true, m_type:0, m_value:null, value:null, [[Prototype]]:Object }

@vincentlortie
Copy link

Any update on this issue ?

Is this repo still being maintained ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants