employer cover photo
employer logo
employer logo

Grepthor Software Solutions

Is this your company?

Grepthor Software Solutions interview question

Mouse over in selemiun webdriver?

Interview Answer

Anonymous

24 June 2018

WebElement element = driver.findElement(By.linkText("PIM")); Actions action = new Actions(driver); action.moveToElement(element).perform(); driver.findElement(By.linkText("Add Employee")).click();