24-05-23 08:29 AM
I'm unable to select slider element using Navigate stage. Can someone please help?
24-05-23 01:47 PM
I'm trying with the URL that you provided but not able to replicate the scenario.
Do you see any attribute with values/numbers/amount etc that can be used to select the slider?
May be you post a snap of this slider element and all of its attributes here
24-05-23 02:12 PM
Navigate stage snippet
24-05-23 03:13 PM
Hi Aiman Nisha - I usually don't select web page address( each environment url will change ex: dev, uat, prod.
Also try to avoid web path/ XPath unless there is no option instead try to select some thing like web element type , class or id but make sure that if you select either class or id those values should be static.
,you can also try uia mode as well.
For the issues you are facing try the approach mentioned above and play around with both browser mode and uia and see whether you have option some thing like global mouse click center if it is not there just focus the element and also global send keys ( "Enter").
24-05-23 03:30 PM
UIA mode is not working for this only browser mode is working.
I've tried taking this as slider element. global mouse click center is not available . Focus and enter is also not working
24-05-23 04:28 PM
Hi Aiman NIshat,
You can use other global send key options -
using the root app modeller element you can try Global Send key with {pgdwn}, or focus the slider and select {Right}, {Left} - Depends on what you are looking.