FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

cefpython/api/StringVisitor.md at master · linesight/cefpython · GitHub

Latest commit

 

History

History
28 lines (16 loc) · 534 Bytes

File metadata and controls

28 lines (16 loc) · 534 Bytes

API categories | API index

StringVisitor (interface)

See Frame.GetSource() and Frame.GetText().

You have to keep a strong reference to the StringVisitor object while visiting strings, otherwise it gets destroyed and the StringVisitor callbacks won't be called.

Table of contents:

Callbacks

Visit

Parameter Type
value string
Return bool

Method that will be executed.


Back | FazBrowse Home | New Git URL