Forum Discussion
Former_Member
7 years agoIdeator I
Hi Dhanashree
Did you try working out?
Thanks
Chaithra Sree
dhanashree_panpatil
7 years agoIdeator I
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_Member7 years agoIdeator I
Were you able to login into Aras? Did you try using "id" instead of "Xpath" ?
- Former_Member7 years agoIdeator I
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_panpatil7 years agoIdeator I
You can use 'driver.switchTo().frame("main");"
- dhanashree_panpatil7 years agoIdeator I
Yes, we have used 'id' to send the keys for Username, password etc.