Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 获取已安装浏览器的列表dart:io?
dart:io
更具体地说,我想 List installedBrowsers在我的磨床文件中有一个变量,这样我的磨床就可以独立于操作系统和安装的浏览器工作。
List installedBrowsers
@DefaultTask('Test') test() => new TestRunner().test( files: myFile, platformSelector: installedBrowsers);
您可以使用该包which查找具有特定名称的可执行文件。或者,您可以要求设置一个或多个特定环境变量以获取可用浏览器的浏览器名称和/或可执行路径。
which