Bug 63768
| Summary: | WebFrame.get_global_contex() not exposed by introspection | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kristoffer Kleine <kris.kleine> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | bugs-noreply, loneowais, sbillaudelle |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | Linux | ||
Kristoffer Kleine
from gi.repository import WebKit
view = WebKit.WebView()
frame = view.get_main_frame()
frame.get_global_context()
Using above python code with webkit through introspection fails with this error:
AttributeError: 'WebFrame' object has no attribute 'get_global_context'
I'm using webkitgtk 1.4.1
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
sbillaudelle
I tried with WebKit 1.5.2 and confirm this bug.
`get_global_context` is marked as introspectable=0…
Can I provide some more information to help solving this issue as quick as possible?
Owais Lone
Still not exposed in version 1.8