Dynamic page objects for browser automation.
Open Terminal.app in macOS and paste:
python3 -m pip install --upgrade pomace && python3 -m pomace runor if you have Homebrew:
brew install pipx; pipx run --no-cache pomace runIf you're planning to run Pomace multiple times, install it with pipx first:
pipx install pomaceor get the latest version:
pipx upgrade pomaceThen download some site models:
pomace clone https://github.com/jacebrowning/pomace-wikipedia.org
pomace alias en.wikipedia.org wikipedia.orgAnd launch the application:
pomace run wikipedia.orgInstall this library directly into an activated virtual environment:
pip install pomaceor add it to your Poetry project:
poetry add pomace