[console_scripts]
dolphin = dolphin_desktop._cli:main
dolphin-run = dolphin_desktop._runner:main

[dolphin_desktop.backends]
cdp = dolphin_desktop._backend:CDPBackend
image = dolphin_desktop._backend:ImageBackend
linux = dolphin_desktop._backend:LinuxATSPIBackend
macos = dolphin_desktop._backend:MacOSAccessibilityBackend
uia = dolphin_desktop._backend:UIABackend
win32 = dolphin_desktop._backend:Win32Backend

[pytest11]
dolphin = dolphin_desktop.pytest_plugin
