pymel.core.general.webView

webView(*args, **kwargs)

This command allows the user to bring up a web page view

Flags:

Long Name / Short Name Argument Types Properties
urlAddress / url unicode ../../../_images/create.gif
  Bring up webView on given URL
windowHeight / wh int ../../../_images/create.gif
  Set the window height
windowWidth / ww int ../../../_images/create.gif
  Set the window width Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.webView

Example:

import pymel.core as pm

pm.webView("www.autodesk.com")