News

Clone your robot library open the folder and go to init.py, where the Library class with hybrid core or dynamic core is initiated. (example) from robotlibcore import DynamicCore class ...
saucedemo-robot-tests/ ├── resources/ │ ├── common.resource # Common keywords and settings │ ├── pages/ # Page object models │ │ ├── login_page.resource │ │ ├── inventory_page.resource │ │ ├── ...