Skip to content

Add the ability to set the User-Agent for the browser

Compare
Choose a tag to compare
@mdmintz mdmintz released this 28 Feb 10:07
· 7116 commits to master since this release
9ee27eb

Add the ability to set the User-Agent for the browser:

  • Usage: --agent="USER-AGENT STRING"

Example:

pytest user_agent_test.py --agent="Mozilla/5.0 (Nintendo 3DS; U; ; en) Version/1.7412.EU"

Other changes:

  • Fix the Docker integration
  • Update console scripts for page-object manipulation
  • Update several ReadMe files