简体   繁体   English

sikuli脚本python jython导入子过程

[英]sikuli script python jython import subprocess

Looking for documentation that would illuminate a particular line of python code. 寻找能阐明特定Python代码行的文档。 Could you please provided a resource for it? 您能提供一个资源吗?

subprocess.Popen("start chrome /new-tab www.google.com",shell = True)

Specifically, how was this composed? 具体来说,这是如何构成的? "start chrome /new-tab www.google.com" “启动chrome / new-tab www.google.com”

Would have liked to have asked the question here, but lacked sufficient points: How can I open a new browser tab with subprocess? 本来想在这里问这个问题,但又缺乏足够的要点: 如何使用子流程打开新的浏览器选项卡? Thanks for the initial answer @DineshKumar, just need more information! 感谢您最初的回答@DineshKumar,只需要更多信息!

subprocess.Popen

docs can be found in the official Jython docs (preferably) or the Python 2.7 docs 可以在官方Jython文档(最好)或Python 2.7文档中找到这些文档

start chrome /new-tab www.google.com

is the Windows start command Windows start命令

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM