@Test
 public void testTitle() throws InterruptedException {
   WebElement title = console.getTitle();
   assert title.getText().equals(raml.getTitle());
 }