mechanical-orchard / playwright-elixir

An Elixir library for Playwright web automation
MIT License
119 stars 23 forks source link

Examples of setting user-agent #63

Closed mfeckie closed 1 month ago

mfeckie commented 2 months ago

Adds a test and some documentation so show setting a custom user agent.

This will be important for users if they want to run Playwright for integration testing with Phoenix/Ecto

coreyti commented 1 month ago

Looks good, @mfeckie. A nice example and, thanks for the test coverage!