The Same Origin Policy

  • Mozilla Same Origin Policy
  • The same origin policy prevents a document or script loaded from one origin from getting or setting properties of a document from a different origin.
  • Selenium largely avoids this by acting as a proxy
  • Reference all your tests from the same root domain