I only pay attention to the windows.
A:
Решение вроде удалось сделать. Заранее благодарю всех, кто помог.
Вроде событий выключили на классических планировщиках, а вроде не заблокировали включение окон. Также думал, что это может быть причиной того, что они отключили модальное окно. Но когда я включил модальное окно, отображение стало одинаковым.
Q:
How to set window timeout in robotframework?
I want to set a certain timeout for the execution of one of my test cases. When this test case is finished, the rest of the test cases will be skipped. Is it possible to do this in Robot Framework?
A:
It's not supported, unfortunately.
To get something similar you'd have to use python which I do not recommend.
Instead, use an 'after-hook' which will detect when the test case is finished. You then can do some additional cleanup (e.g. close the server) before running the next test case.
}
.edui-default .edui-pastecontainer.edui-button-body,.ed be359ba680
Related links:
Commenti