VF
Size: a a a
VF
RY
B
RY
SK
cy.visit('/new');
cy.window().then(window => {
window.myTestVariable = 'some stuff';
});BeforeLoad в visit команде, но там еще нет моих переменных.E
AP
E
AP
E
AP
E
const isCreateProjectButtonExist = async () => {
const createProjectButton = await driver.findElement(By.id("Create_Project"));
await driver.executeScript("arguments[0].click();", createProjectButton);
return createProjectButton !== undefined;
}E
AP
AP
E
AP
E
AP
E