New answers tagged exception
0
Solved now.
The PSEDITBOX is contained in another iframe which I missed. So I have just added one line now and it solved the issue -
wd1.switchTo().frame("popupFrame");
wd1.findElement(By.className("PSEDITBOX")).sendKeys("Design");
Top 50 recent answers are included