python - Open a new tab in background on chrome, firefox and ie -


i wonder how call python in new tab in main browsers chrome, firefox , ie, have open tab in background. same should not open face of user, in background.

any idea?

thank in advance help!

you use mozmill firefox, so:

controller.rootelement.keypress('t', {'ctrlkey':true}); 

here documents mozmill.


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -