I am using Cefsharp.Offscreen project for some automation. I am in a case where I want to perform some DOM operations to select elements and trigger events on it.
- Every single javascript call does not return my elements I want to select.
- If I take a screenshof of the page it looks correct
- If I execute the same javascript inside the Chrome console, it works
I think I missed something somewhere.
Thank you very much