UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

49 lines (43 loc) 1.55 kB
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> <link rel="stylesheet" type="text/css" href="main.css"> <script language="JavaScript"> function parseUrl() { debugger console.log("window.location.href = " + window.location.href); console.log("document.getElementById(\"navigationUrl\") = " + document.getElementById("navigationUrl")); document.getElementById("navigationUrl").innerHTML = window.location.href; } </script> </head> <body> <nav class="navbar navbar-light "> <a class="navbar-brand" href="#">Ui5 navigation testing</a> </nav> <div class="container-fluid"> <div class="row content"> <div class="well"> <button type="button" id="parseUrl" onclick="parseUrl();" class="btn btn-default">Parse URL</button> </div> <br> <div class="col-sm-5"> <div class="row"> <div class="col-sm-5"> <div class="well"> <label> Your URL is: </label> <p><span id="navigationUrl">not parsed yet</span></p> </div> </div> </div> </div> </div> </div> </body> </html>