With CEFPython can we create the prototype of a javascript function and build the function in python?
<button onclick="somme(b,a)">SOMME</button>
<label id='prompt'>Bonjour</label>
def somme(self,b,a):
self.ExecuteJavascript(document.getElementById('id').innerHTML = "somme ="+b+a)