cef-rs icon indicating copy to clipboard operation
cef-rs copied to clipboard

press F12 to open dev tools

Open JasonHonor opened this issue 1 year ago • 1 comments

  1. press F12 to open dev tools.
  2. add fn to get_host and get_browser
  3. add fn to set_fullscreen
  4. set homepage to bing.com

JasonHonor avatar Nov 08 '23 13:11 JasonHonor

Hello, thanks for sending the first PR of this repo! But I'm researching macro definitions to generate safe wrappers at the moment. So I probably won't add and merge any new method to wrapper crate anytime soon. But feel free to use it on your own fork. If there's any bug really needs me to triage, I'm happy to help and update it. 🙏

wusyong avatar Nov 09 '23 06:11 wusyong

As of #9, we have fully generated wrappers. Check out /cef/examples/demo.rs to see how the API has changed.

wravery avatar Jan 11 '25 20:01 wravery