mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e remote recording sleep and print screen
parent
59ee6ecbde
commit
de4e5ed027
|
@ -758,6 +758,15 @@ public class OpenViduTestAppE2eTest {
|
||||||
user.getDriver().findElement(By.id("session-api-btn")).click();
|
user.getDriver().findElement(By.id("session-api-btn")).click();
|
||||||
Thread.sleep(1000);
|
Thread.sleep(1000);
|
||||||
user.getDriver().findElement(By.id("start-recording-btn")).click();
|
user.getDriver().findElement(By.id("start-recording-btn")).click();
|
||||||
|
|
||||||
|
Thread.sleep(4000);
|
||||||
|
|
||||||
|
try {
|
||||||
|
System.out.println(getBase64Screenshot(user));
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
user.getWaiter().until(ExpectedConditions.attributeToBe(By.id("api-response-text-area"), "value",
|
user.getWaiter().until(ExpectedConditions.attributeToBe(By.id("api-response-text-area"), "value",
|
||||||
"Recording started [" + sessionName + "]"));
|
"Recording started [" + sessionName + "]"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue