Skip to content

E AttributeError: module 'webview' has no attribute 'evaluate_js' #1100

Answered by r0x0r
SebasCouto asked this question in Q&A
Discussion options

You must be logged in to vote

evaluate_js is a function of a Window object. Change your code to

window = create_window(...
window.evaluate_js(...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SebasCouto
Comment options

@r0x0r
Comment options

Answer selected by SebasCouto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants