WebViewConfiguration
Configuration options for in-app web views.
Properties
enable_dom_storage- Whether DOM storage is enabled.enable_javascript- Whether JavaScript execution is allowed.headers- Additional HTTP headers to include with the request.
Properties
enable_dom_storageclass-attributeinstance-attribute
enable_dom_storage: bool = TrueWhether DOM storage is enabled.
enable_javascriptclass-attributeinstance-attribute
enable_javascript: bool = TrueWhether JavaScript execution is allowed.
headersclass-attributeinstance-attribute
headers: dict[str, str] = field(default_factory=dict)Additional HTTP headers to include with the request.