Update README.md

This commit is contained in:
Namhyeon Go 2024-07-30 15:42:32 +09:00
parent 0105ef9010
commit 6c9f905c2b

View File

@ -69,7 +69,7 @@ Dual license notice: The default license for this project is GPL 3.0. However, i
- lib/msoffice (Microsoft Office (e.g. Excel, PowerPoint, Word) interface)
- lib/gtk (GTK-server and GladeXML supported GUI interface)
- lib/chrome ([Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) based Chrome/Chromium web browser testing interface)
- lib/pipe-ipc (PIPE-based IPC(Inter-Process Communication) implementation)
- lib/pipe-ipc (PIPE (e.g., File IO, Standard IO) based IPC(Inter-Process Communication) implementation)
- DLL/COM Native Component, .NET 2.x, 3.x (Windows XP SP3 or above) compatible)
- User prompt methods (e.g., alert, confirm) implementation
- Useful tools to control the windows and window handle (find, attach, trigger events (e.g., Virtual Human Interface), etc.)