WebView.executeJS

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void executeJS(awebview.wrapper.cpp.WebString script, awebview.wrapper.cpp.WebString frameXPath)
  2. void executeJS(S1 script, S2 frameXpath)
  3. void executeJS(S1 script, S2 frameXPath)
    struct WebView
    void
    executeJS
    (
    S1
    S2
    )
    if (
    isSomeString!S1 &&
    isSomeString!S2
    )

Meta