Navigator.Open("http://inflectra.com");
Navigator.ExecJS("window.open('http://libraryinformationsystem.org/react-js/index.html');", Navigator.Find("/html"));
Global.DoSleep(1000);
var title = Navigator.Find("//h1").GetInnerText();
Tester.Message(title);
Navigator.ExecJS("window.close();", Navigator.Find("/html"));