ContributionsMost RecentMost LikesSolutionsIs it possible to use a local variable in the object name? Hi, I am trying to create a simple iterative web test taking elements from a list. But I cannot find documentation about how to use a variable in an object name. For example, I want to replace the number 2 with the variable n in the following object name. Aliases.browser.pageRegistration.FindElement("//tr[2]/td/a") Thanks Re: Chrome elements are not recognized when working on extended monitors It worked fine for me with a similar configuration to what you described. But when my extended monitors were changed for another bigger one, it now selects the entire browser window, not the elements on the web page. I can't go back to the original monitors because they were disposed of. Chrome elements are not recognized when working on extended monitors Hi, I am having problems working with chrome on the extended monitor. Elements are not recognized. Just the entire window browser is marked. I can not record any valid test in this way. Any clue about what is going on? Thanks, Alejandro