Iaron Simis
Results
3
comments of
Iaron Simis
Exact same error here :( ``` Google Chrome | 83.0.4103.61 (Official Build) (64-bit) Revision | 94f915a8d7c408b09cc7352161ad592299f384d2-refs/branch-heads/4103@{#561} OS | macOS Version 10.14.6 (Build 18G4032) ```
In my case I just changed the querySelector, I did this in `wapi_js_wrapper.py` so the script can be injected: From: `result = self.driver.execute_script("if (document.querySelector('*[data-icon=chat]') !== null) { return true }...