Forum Discussion

funmay's avatar
funmay
Contributor
6 years ago

EvaluateXPath is taking longer to return the total of the webelements

Hi,

Evaluate is taking more than one minute to return the total(145) of web elements in TestComplete.In Selenium it takes 5 secs.Is there any method that i can use to return the total of the web elements for dynamic xpath. e.g "//*[@waj='rows']/div"

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Selenium implementation is compiled, executed code.

     

    TestComplete uses script languages which is interpreted code.

     

    TestComplete also has a completely different way of identifying elements for interaciton with.

    Question: Why do you need to perform this task?  What is the desired end result?