Newer
Older
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_6" checked>
<label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
<span class="md-ellipsis">
Testing
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_6">
<span class="md-nav__icon md-icon"></span>
Testing
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../testplan/" class="md-nav__link">
<span class="md-ellipsis">
Test Plan
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../robotframework/" class="md-nav__link">
<span class="md-ellipsis">
Robot Framework
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
</span>
</a>
</li>
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Postman
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Postman
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
</span>
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#requisites" class="md-nav__link">
<span class="md-ellipsis">
Requisites
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#first-steps" class="md-nav__link">
<span class="md-ellipsis">
First steps
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#remote-capif" class="md-nav__link">
<span class="md-ellipsis">
Remote CAPIF
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#capif-flows" class="md-nav__link">
<span class="md-ellipsis">
CAPIF Flows
</span>
</a>
<nav class="md-nav" aria-label="CAPIF Flows">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#creation-of-user-by-admin" class="md-nav__link">
<span class="md-ellipsis">
Creation of User by Admin
</span>
</a>
<nav class="md-nav" aria-label="Creation of User by Admin">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#01-login_admin" class="md-nav__link">
<span class="md-ellipsis">
01-Login_admin
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#02-creation-of-user" class="md-nav__link">
<span class="md-ellipsis">
02-Creation of User
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#publication-of-an-api" class="md-nav__link">
<span class="md-ellipsis">
Publication of an API
</span>
</a>
<nav class="md-nav" aria-label="Publication of an API">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#03-getauth_provider" class="md-nav__link">
<span class="md-ellipsis">
03-getauth_provider
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#04-onboard_provider" class="md-nav__link">
<span class="md-ellipsis">
04-onboard_provider
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#05-publish_api" class="md-nav__link">
<span class="md-ellipsis">
05-publish_api
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#calling-the-api" class="md-nav__link">
<span class="md-ellipsis">
Calling the API
</span>
</a>
<nav class="md-nav" aria-label="Calling the API">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#06-getauth_invoker" class="md-nav__link">
<span class="md-ellipsis">
06-getauth_invoker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#07-onboard_invoker" class="md-nav__link">
<span class="md-ellipsis">
07-onboard_invoker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#08-discover" class="md-nav__link">
<span class="md-ellipsis">
08-discover
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#09-security_context" class="md-nav__link">
<span class="md-ellipsis">
09-security_context
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#10-get_token" class="md-nav__link">
<span class="md-ellipsis">
10-get_token
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#11-call_service" class="md-nav__link">
<span class="md-ellipsis">
11-call_service
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#other-requests" class="md-nav__link">
<span class="md-ellipsis">
Other requests
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#notes" class="md-nav__link">
<span class="md-ellipsis">
Notes
</span>
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_7" >
<label class="md-nav__link" for="__nav_7" id="__nav_7_label" tabindex="0">
<span class="md-ellipsis">
Sandbox
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_7_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_7">
<span class="md-nav__icon md-icon"></span>
Sandbox
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../../sandbox/sandbox/" class="md-nav__link">
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
<span class="md-ellipsis">
Introduction
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../sandbox/requestaccess/" class="md-nav__link">
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
<span class="md-ellipsis">
How to Request Access
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../sandbox/relevantinfo/" class="md-nav__link">
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
<span class="md-ellipsis">
Relevant Information
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8" >
<label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
<span class="md-ellipsis">
Contribute
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_8">
<span class="md-nav__icon md-icon"></span>
Contribute
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../../contribute/documenting/" class="md-nav__link">
<span class="md-ellipsis">
Documenting
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="../../FAQ/" class="md-nav__link">
<span class="md-ellipsis">
FAQ
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#requisites" class="md-nav__link">
<span class="md-ellipsis">
Requisites
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#first-steps" class="md-nav__link">
<span class="md-ellipsis">
First steps
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#remote-capif" class="md-nav__link">
<span class="md-ellipsis">
Remote CAPIF
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#capif-flows" class="md-nav__link">
<span class="md-ellipsis">
CAPIF Flows
</span>
</a>
<nav class="md-nav" aria-label="CAPIF Flows">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#creation-of-user-by-admin" class="md-nav__link">
<span class="md-ellipsis">
Creation of User by Admin
</span>
</a>
<nav class="md-nav" aria-label="Creation of User by Admin">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#01-login_admin" class="md-nav__link">
<span class="md-ellipsis">
01-Login_admin
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#02-creation-of-user" class="md-nav__link">
<span class="md-ellipsis">
02-Creation of User
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#publication-of-an-api" class="md-nav__link">
<span class="md-ellipsis">
Publication of an API
</span>
</a>
<nav class="md-nav" aria-label="Publication of an API">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#03-getauth_provider" class="md-nav__link">
<span class="md-ellipsis">
03-getauth_provider
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#04-onboard_provider" class="md-nav__link">
<span class="md-ellipsis">
04-onboard_provider
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#05-publish_api" class="md-nav__link">
<span class="md-ellipsis">
05-publish_api
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#calling-the-api" class="md-nav__link">
<span class="md-ellipsis">
Calling the API
</span>
</a>
<nav class="md-nav" aria-label="Calling the API">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#06-getauth_invoker" class="md-nav__link">
<span class="md-ellipsis">
06-getauth_invoker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#07-onboard_invoker" class="md-nav__link">
<span class="md-ellipsis">
07-onboard_invoker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#08-discover" class="md-nav__link">
<span class="md-ellipsis">
08-discover
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#09-security_context" class="md-nav__link">
<span class="md-ellipsis">
09-security_context
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#10-get_token" class="md-nav__link">
<span class="md-ellipsis">
10-get_token
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#11-call_service" class="md-nav__link">
<span class="md-ellipsis">
11-call_service
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#other-requests" class="md-nav__link">
<span class="md-ellipsis">
Other requests
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#notes" class="md-nav__link">
<span class="md-ellipsis">
Notes
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<h1 id="postman">Postman</h1>
<p>This section shows how OpenCAPIF is used through requests made with Postman, from the creation of a provider together with the publication of an api, to the creation of an invoker and the consumption of the published api. Everything you need to run the test is in <a href="./Postman-Test.zip" download>Postman-Test.zip</a>.</p>
<h2 id="requisites">Requisites</h2>
<ul>
<li>We will need to have Node.js installed since we will use a small script to create the CSRs of the certificates.</li>
<li>An instance of CAPIF (If it is not local, certain variables would have to be modified both in the Node.js script and in the Postman environment variables).</li>
</ul>
<h2 id="first-steps">First steps</h2>
<ol>
<li>Install the Node dependencies <a href="./package.json" download>package.json</a> to run the script with:</li>
</ol>
<pre><code>npm i
</code></pre>
<ol>
<li>Run the <a href="./script.js" download>script.js</a> with the following command:</li>
</ol>
<pre><code>node script.js
</code></pre>
<ol>
<li>Import Postman collection and environment variables (<a href="./CAPIF.postman_collection.json" download>CAPIF.postman_collection.json</a> and <a href="./CAPIF_ENVIRONMENTS.postman_environment.json" download>CAPIF.postman_environment.json</a>)</li>
<li>Select CAPIF Environment before start testing.</li>
<li>Install the necessary dependencies from requirements.txt using the following command:</li>
</ol>
<pre><code>pip install -r requirements.txt
</code></pre>
<h2 id="remote-capif">Remote CAPIF</h2>
<p>If the CAPIF is not local, the host and port of both the CAPIF and the register would have to be specified in the variables, and the CAPIF_HOSTNAME in the script, necessary to obtain the server certificate.</p>
<p><strong>Enviroments in Postman</strong></p>
<pre><code>CAPIF_HOSTNAME capifcore
CAPIF_PORT 8080
REGISTER_HOSTNAME register
REGISTER_PORT 8084
</code></pre>
<p><strong>Const in script.js</strong></p>
<pre><code>CAPIF_HOSTNAME capifcore
</code></pre>
<h2 id="capif-flows">CAPIF Flows</h2>
<p>Once the first steps have been taken, we can now use Postman requests. These requests are numbered in the order that must be followed to obtain everything necessary from CAPIF.</p>
<h3 id="creation-of-user-by-admin">Creation of User by Admin</h3>
<p>The first step would be for an administrator to create a user with which a provider and an invoker will be created. To do this, the admin must log in to obtain the token needed in admin requests.</p>
<h4 id="01-login_admin"><strong>01-Login_admin</strong></h4>
<p><img alt="Flow" src="../../images/flows/01_Login_Admin.png" /></p>
<h4 id="02-creation-of-user"><strong>02-Creation of User</strong></h4>
<p><img alt="Flow" src="../../images/flows/02_Creation_of_user.png" /></p>
<h3 id="publication-of-an-api">Publication of an API</h3>
<p>The next step is to register a provider using the user created by the administrator in order to publish an API.</p>
<h4 id="03-getauth_provider"><strong>03-getauth_provider</strong></h4>
<p><img alt="Flow" src="../../images/flows/03_Register_of_AEF_GetAuth.png" /></p>
<h4 id="04-onboard_provider"><strong>04-onboard_provider</strong></h4>
<p><img alt="Flow" src="../../images/flows/04_AEF_API_Provider_registration.png" /></p>
<h4 id="05-publish_api"><strong>05-publish_api</strong></h4>
<p>At this point we move on to using certificate authentication in CAPIF. In Postman it is necessary to add the certificates manually and using more than one certificate for the same host as we do in CAPIF complicates things. For this reason, we use the script to overwrite a certificate and a key when it is necessary to have a specific one.</p>
<p>To configure go to <strong>settings</strong> in Postman and open the <strong>certificates</strong> section. </p>
<ul>
<li>Here, activate the <strong>CA certificates</strong> option and add the <strong>ca_cert.pem</strong> file found in the <strong>Responses</strong> folder.</li>
<li>Adds a client certificate specifying the CAPIF host being used and the files <strong>client_cert.crt</strong> and <strong>client_key.key</strong> in the <strong>Responses</strong> folder.</li>
</ul>
<p>Once this is done, the node script will be in charge of changing the certificate that is necessary in each request.</p>
<p><img alt="Flow" src="../../images/flows/05_AEF_Publish.png" /></p>
<p>Once the api is published, we can start it. In this case we have a test one created in python called <a href="./hello_api.py" download>hello_api.py</a> that can be executed with the following command:</p>
<pre><code>python3 hello_api.py
</code></pre>
<p>The API publication interface is set to localhost with port 8088, so the service must be set up locally. If you wanted to build it on another site, you would have to change the interface description in the body of publish_api.</p>
<p>With this the provider part would be finished.</p>
<h3 id="calling-the-api">Calling the API</h3>
<p>Finally, we will create an invoker with the user given by the administrator to be able to use the published api.</p>
<h4 id="06-getauth_invoker"><strong>06-getauth_invoker</strong></h4>
<p><img alt="Flow" src="../../images/flows/06_Invoker_Register_GetAuth.png" /></p>
<h4 id="07-onboard_invoker"><strong>07-onboard_invoker</strong></h4>
<p><img alt="Flow" src="../../images/flows/07_Invoker_Onboarding.png" /></p>
<h4 id="08-discover"><strong>08-discover</strong></h4>
<p>At this point we move on to using certificate authentication in CAPIF. <strong>If you did not configure the provider's certificates, you would have to do it now</strong>.</p>
<p><img alt="Flow" src="../../images/flows/08_Invoker_Discover_AEF.png" /></p>
<h4 id="09-security_context"><strong>09-security_context</strong></h4>
<p><img alt="Flow" src="../../images/flows/09_Invoker_Create_Security_Context.png" /></p>
<h4 id="10-get_token"><strong>10-get_token</strong></h4>
<p><img alt="Flow" src="../../images/flows/10_Invoker_Get_Token.png" /></p>
<h4 id="11-call_service"><strong>11-call_service</strong></h4>
<p><img alt="Flow" src="../../images/flows/11_Invoker_Send_Request_to_AEF_Service_API.png" /></p>
<p>With this, we would have made the API call and finished the flow.</p>
<h3 id="other-requests">Other requests</h3>
<p>Other requests that we have added are the following:</p>
<ul>
<li><strong>offboard_provider</strong> Performs offboarding of the provider, thereby eliminating the published APIs.</li>
</ul>
<p><img alt="Flow" src="../../images/flows/Offboard_provider.png" /></p>
<ul>
<li><strong>offboard_invoker</strong> Offboards the invoker, also eliminating access to the APIs of that invoker.</li>
</ul>
<p><img alt="Flow" src="../../images/flows/Offboard_Invoker.png" /></p>
<ul>
<li><strong>remove_user</strong> Delete the user.</li>
</ul>
<p><img alt="Flow" src="../../images/flows/Remove_User.png" /></p>
<ul>
<li><strong>refresh_admin_token</strong> Return a new access token to the admin.</li>
</ul>
<p><img alt="Flow" src="../../images/flows/Refresh_Admin_Token.png" /></p>
<ul>
<li><strong>create_log</strong> The AEF saves and sends the service consumption logs that it exposes to the CCF</li>
</ul>
<p><img alt="Flow" src="../../images/flows/AEF_Create_Log.png" /></p>
<ul>
<li><strong>get_log</strong> The AEF requests the stored logs from the CCF</li>
</ul>
<p><img alt="Flow" src="../../images/flows/Provider_Get_Log.png" /></p>
<ul>
<li><strong>get_acl</strong> The AEF requests the CCF for the access control list of invokers for its exposed service.</li>
</ul>
<p><img alt="Flow" src="../../images/flows/Provider_Get_ACL.png" /></p>
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
<h2 id="notes">Notes</h2>
<ul>
<li>This process is designed to teach how requests are made in Postman and the flow that should be followed to publish and use an API.</li>
<li>It is possible that if external CAPIFs are used (Public CAPIF) the test data may already be used or the API already registered.</li>
<li>It is necessary to have the Node service running to make the certificate change for the requests, otherwise it will not work.</li>
<li>We are working on adding more requests to the Postman collection.</li>
<li>This collection is a testing guide and is recommended for testing purposes only.</li>
</ul>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
</div>
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
Back to top
</button>
</main>
<footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer" >
<a href="../robotframework/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Robot Framework">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
</div>
<div class="md-footer__title">
<span class="md-footer__direction">
Previous
</span>
<div class="md-ellipsis">
Robot Framework
</div>
</div>
</a>
<a href="../../sandbox/sandbox/" class="md-footer__link md-footer__link--next" aria-label="Next: Introduction">
<div class="md-footer__title">
<span class="md-footer__direction">
Next
</span>
<div class="md-ellipsis">
Introduction
</div>
</div>
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11z"/></svg>
</div>
</a>
</nav>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-copyright">
<div class="md-copyright__highlight">
Copyright © 2019-2024 OpenCAPIF Project
</div>
Made with
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
Material for MkDocs
</a>