is_js_browser_compatible property

is_js_browser_compatible property

Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true.

Definition:

@property
def is_js_browser_compatible(self):
    ...
@is_js_browser_compatible.setter
def is_js_browser_compatible(self, value):
    ...

See Also