I am trying to use page number/total pages inside of the page, by that i mean outside of header/footer, Not sure is it a bug or is it ignored by design.
Complete minimal example reproducing the issue
HTML that is being used is done through razor on my side so there is no external site.
I tried putting class in span by documentation in the body of HTML but it is being ignored: <div><span class="pageNumber"></span></div>
Expected behavior:
To display page number or total pages depending on the class used outside of header/footer
Hey @zejtin, Unfortunately, that's a Chrome feature. There is not much we can do on our side.
You can create a ticket in chromium bugs and see what they say.
Description
I am trying to use page number/total pages inside of the page, by that i mean outside of header/footer, Not sure is it a bug or is it ignored by design.
Complete minimal example reproducing the issue
HTML that is being used is done through razor on my side so there is no external site. I tried putting class in span by documentation in the body of HTML but it is being ignored:
<div><span class="pageNumber"></span></div>
Expected behavior:
To display page number or total pages depending on the class used outside of header/footer
Actual behavior:
Nothing happens :)
Versions
PuppeteerSharp 5.0.0 .NET Core 6