private void embedScreenshot(byte[] byteArr) { if (scenario != null) scenario.embed(byteArr, format("image/%s", screenshotFormat));
確定! 回上一頁