Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1022 Bytes

File metadata and controls

18 lines (12 loc) · 1022 Bytes
title page_title description position published
Find Element Timeout
Find Element Timeout
Test Studio is an innovative and easy-to-use automated web, WPF and load testing solution. Test Studio tests support essential technologies like ASP.NET AJAX, Silverlight, PHP and MVC. HTML5, Testing framework, functional testing, performance testing, load testing, exploratory testing, manual testing.
1
false

Find Element Timeout

Problem

When navigating to a Silverlight application, the navigate step succeeds, but while the Silverlight app is loading, the second step fails. The error log displays an 'Unable to locate element' error for the target element.

SOLUTION

This issue is caused by the Silverlight plugin not loading before the second step navigates. The solution is to enable the 'Use StepWaitOnElementsTimeout' test step property for the failing step after the navigate, and increase the 'WaitOnElementsTimeout' test step property to allow the plugin to load (for example, to 30000 ms).