diff --git a/README.md b/README.md index 2eafeaa..6bf8b45 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t * This is a new reimplementation in GoLang/[ChromeDP](https://github.com/chromedp/chromedp). * It's currently in beta but fully supported an maintained. * Right now it works as browser-in-browser. A real http proxy mode is being investigated. Check [issue #35](https://github.com/tenox7/wrp/issues/35) for updates. +* It now supports clicking on non-link elements (eg. cookie warnings) and sending keystrokes. Yes, you can login and use Gmail or play web based games from any old browser. ## Usage diff --git a/wrp.png b/wrp.png index 9308357..64b9b31 100644 Binary files a/wrp.png and b/wrp.png differ