Conecte o arquivo HTML ao CSS
<head>
<link rel="stylesheet" href="styles.css">
</head>
Tejas Naik
<head>
<link rel="stylesheet" href="styles.css">
</head>
/*
Adding css file into html document
*/
<link rel="stylesheet" type="text/css" href="yourstylesheetname.css"> /* add this line into head tag of the file with change in file name. */
/*
I hope it will help you.
Namaste
*/
// You can pass mutliple links into the urls using an array as well
browser.windows.create({url: "google.com"});