How to capture textbox that has dynamic path

sunitha nookala

New Member
Hi All,

I am trying to capture a text box where the path is changing dynamically and there is no domxpath property available.

I even find the type, Id and name also to be dynamic.

Please let me know if anyone has a solution.

Thanks in advance.
 

VJR

Well-Known Member
Hi All,

I am trying to capture a text box where the path is changing dynamically and there is no domxpath property available.

I even find the type, Id and name also to be dynamic.

Please let me know if anyone has a solution.

Thanks in advance.
H sunitha,

The situation seems strange. Try checking with a a Label (or any other control) next to the Textbox and go on from there.
 

Sania Mohsin

New Member
Hi All,

I am trying to capture a text box where the path is changing dynamically and there is no domxpath property available.

I even find the type, Id and name also to be dynamic.

Please let me know if anyone has a solution.

Thanks in advance.

Hi Sunitha,

Is the path completely changing every time or is it only a part of the path? Why don't you try to use wildcard (*) in the path..
 
Top