Browserling's Live API now supports multiple OS platforms. You can now embed browsers from various operating systems in your apps!

Use this function to set OS platform:

  • browserling.setPlatformName(name)

Valid platforms currently are:

  • "win" (Microsoft Windows)

Androids, OSX, iOS, Windows Mobile, and Linux platforms are coming soon!

And use this function to set OS platform version:

  • browserling.setPlatformVersion(version)

Valid platform versions currently are:

  • "xp" (Windows XP)
  • "vista" (Windows Vista)
  • "7" (Windows 7)
  • "8" (Windows 8)

Live API lets you embed browsers in your applications on demand and it lets you automate browsers through JavaScript API. Check it out!

Happy cross-browser testing!