Daniel Ruf
Daniel Ruf
> Is it possible to get this plugin without requiring the page numbers? Can you explain further what you need?
Looks cool. Do you want to open a PR to add this?
Which browsers support this? Puppeteer can also control Firefox.
What did you try so far? So far I positioned it with JS and CSS. See https://github.com/DanielRuf/htmlinvoice/blob/master/invoice.html#L175
But some JavaScript magic can always be applied =)
> Yes but javascript can't know what page you are on in a multi-page document, so it cannot place a footnote at the foot of the page where it appears....
> Are there any updates on this? As you can see there are no updates, at least there is no linked PR or commit.
`cross-env`, shelljs / shx could be somehow helpful to give some ideas for possible solution.
Hi @jonathanasquier, the `launch` and `newPage()` commands create new tabs and spawn the processes in most cases. https://github.com/RelaxedJS/ReLaXed/blob/master/src/index.js#L142-L143 `close` will destroy the instances, see https://github.com/DanielRuf/website-checks/blob/master/index.js#L56, this can be used for...
Right, sounds like this issue. But I'm not completely sure if we should still properly close the browser instances.