mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
673 B
673 B
Home > puppeteer > Protocol > DOMSnapshot > InlineTextBox > numCharacters
Protocol.DOMSnapshot.InlineTextBox.numCharacters property
The number of characters in this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.
Signature:
numCharacters: integer;