Forum Discussion
dhanashree_panpatil
6 years agoIdeator II
Yes, wrote some code in Eclipse for Chrome Driver in selenium to perform log in and other project related item type creation. Many a times script stucks while finding Xpath as it is dynamic.
Former_Member
6 years agoAccelerator III
Were you able to login into Aras? Did you try using "id" instead of "Xpath" ?
- Former_Member6 years agoAccelerator III
Hi Dhanashree
I am trying to automate ARAS using Selenium and eclipse. But I could not login to the server. I tried to locate the elements using ID. but its showing unable to locate element.
Could you plz share code , if you were able to login.
- dhanashree_panpatil6 years agoIdeator II
You can use 'driver.switchTo().frame("main");"
- Former_Member6 years agoAccelerator III
Thanks.
- dhanashree_panpatil6 years agoIdeator II
Yes, we have used 'id' to send the keys for Username, password etc.