Element IDs for Selenium scripts
Using Selenium RC
On my web app I am trying to open windows by clicking links. These windows don't have any IDs so selenium.GetAllWindowIds() doesn't work. I've worked around this by getting their names.
Are these IDs something which the developer can insert so开发者_JAVA百科 as to make automation less tricky?
Thanks!
精彩评论