I want to use jBrowserDriver to play video
Here is my code:
JBrowserDriver driver = new JBrowserDriver(Settings.builder().timezone(Timezone.ASIA_SHANGHAI).build());
driver.get("https://www.iqiyi.com/v_19rqzvbyms.html");
driver.pageWait();
ImageIO.write(new AShot().coordsProvider(new WebDriverCoordsProvider())
.takeScreenshot(driver).getImage(),
"png", new File("Users\\hetiantian\\Desktop\\test.png"));
driver.quit();
By looking up Screenshot, I find it doesn't work.Because it can't load flash
I review some infomation, but still can't resolve it
Can you help me, thanks in advance
I want to use jBrowserDriver to play video Here is my code:
By looking up Screenshot, I find it doesn't work.Because it can't load flash I review some infomation, but still can't resolve it Can you help me, thanks in advance