Replies: 1 comment 7 replies
-
You can get frames by their name or their ID. http://cefsharp.github.io/api/94.4.x/html/Overload_CefSharp_IBrowser_GetFrame.htm You can access the focused frame as well. http://cefsharp.github.io/api/94.4.x/html/P_CefSharp_IBrowser_FocusedFrame.htm |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found solution here https://stackoverflow.com/questions/36105240/cefsharp-and-frames-only-retrieving-html-from-first-frame with clicking on frame content. Maybe there are any out of box solutions?
Beta Was this translation helpful? Give feedback.
All reactions