Hi. i have a question.
How to change field (GMSText) in element?
how to edit element's fields
how to edit element's fields
- Attachments
-
- how to change GMSText.rxsnp
- (411.31 KiB) Downloaded 16 times
Re: how to edit element's fields
Hi,
Basically, you need to create 3 repo elements, with these xpaths:Then try to use KeySequence or SetValue action to change/edit these fields. You may also need to use KeyShortcut (Ctrl+A) to select entire content of given field, before applying KeySequence or SetValue. Hope this helps?
Basically, you need to create 3 repo elements, with these xpaths:
Code: Select all
/form[@name='GeoOptions']//container[@name='LongEdit']/container[@name='BorderPanel']/text[@name='GradNEdit']
/form[@name='GeoOptions']//container[@name='LongEdit']/container[@name='BorderPanel']/text[@name='MinNEdit']
/form[@name='GeoOptions']//container[@name='LongEdit']/container[@name='BorderPanel']/text[@name='SecNEdit']
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration