标签: python python-3.x macos google-chrome subclass
我想在Google Chrome中使用Python打开.html文件。 Google Chrome打开后,应在全屏模式下运行。
import subclass FileName = "/Users/johanneszottele/Desktop/index.html" subprocess.call(['open', FileName])
那是我的代码。现在,它仅以正常的Windows大小执行它。