Quim

Results 3 comments of Quim

Same problem when login to facebook. g.click() doesn't work. I tried with g.fire('#id','submite') return me True. But I can't read any data after. So I tried g.evaluate("document.getElementById('loginbutton').click();", expect_loading=True) works fine...

I had the same issue. Using @RNogales94's solution works well. But with the update of pycld2 to version 0.4 appears a similar issue. Using python3.6 ``` Collecting pycld2>=0.3 (from polyglot==16.7.4->-r...