suresh vemula


{ City } hyderabad
< Country > india
* Profession * tester
User No # 113994
Total Questions Posted # 2
Total Answers Posted # 1

Total Answers Posted for My Questions # 9
Total Views for My Questions # 10004

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 0
Questions / { suresh vemula }
Questions Answers Category Views Company eMail

How can I click the div tag using xpath

.....suresh....

Value Labs,

4 Selenium 5515

Tell me the programme for this @ 1 2 @ @ @ 1 2 3 4

Accenture, iGate, IntoNET, Value Labs,

5 Core Java 4489




Answers / { suresh vemula }

Question { HCL, 10520 }

How do you handle Multiple windows in your application?


Answer

Set parent=driver.getWindowHandles();

Object[] child=parent.toArray();

driver.switchTo().window((String) child[1]);

Here we have handle at any number of Windows

Is This Answer Correct ?    4 Yes 0 No