Forum Discussion
EvgenyTitov
8 years agoOccasional Contributor
Hi, sorry for lack of details.
We use Visual Studio as framework for testing.
string FatherExp = "NativeClrObject.Name=[PmsMessageBox];Visible=True;SearchDepth=5";
This is exp for root (process): var rootNode = driver.WaitProcess("WorkflowHost", 120000);
This is exp for popup: var messageBox = driver.WaitObject(rootNode, FatherExp, 300000);
- baxatob8 years agoCommunity Hero
OK, can you provide the code for this method: WaitObject(rootNode, FatherExp, 300000)
And again - did you receive any error during the runtime?