Question
Evonsys
NL
Last activity: 16 Oct 2018 12:03 EDT
Web Application DropDown Interrogation issue in openspan
Hi,
Iam facing an issue while interrogating dropdown(PFA) in a webapplication using openspan.i am unable to select the dropdown items.Could you please suggest me on this.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Capgemini Sverige
SE
Can you check the match rules while interrogating?
May be it couldn't able to find the correct matching combination.
Evonsys
NL
Hi
i checked in match rules also but i am unable to find the exact matching combination for dropdown.
Capgemini Sverige
SE
You need to go through the js of that page containing dropdown and try with different combination.
Generally in this scenario,go for hit and trial.
Evonsys
NL
Hi
we tried the matching rules,the dropdown button is coming as image,when we give the click operation dropdown values are not displaying.
Anyone please help me for this problem.
Pegasystems Inc.
US
If you have a control like this that isn't interrogated as a select control, you can look at the html to try to figure out what the selection actually does. You can then write some javascript to take the same action. Sometimes, if you find that you can do the selection with keystrokes you can do a perform click on the control to open the dropdown and then a sendkeys to cause the correct option to be chosen - something like {DOWN 3}{ENTER}. Without the html it is hard to give you anything more concrete than this.
-
Thaveesha Cabral
Accenture
IN
Hi Jeff,
As discussed previously, we go through the view source of this drop down. Manually when we click this dropdown, list is coming, but in source there is no onclick or keystroke control. I have attached HTML here. Please suggest how to implement.
Regards,
Susmita
Contra Costa County
US
Hi,
Was this issue been resolved? If so, can you please share how it was resolved?
Regards.
Nick
Pegasystems Inc.
IN
Hi,
Thank you for posting your query in the PSC. This looks like an inactive post and hence, we suggest you create a new post for your query. Click on the Write a Post button that’s available on the top right pane of this page. Once created, please reply back here with the URL of the new post.
You may also refer this discussion link as a reference in the new thread.
Accenture Solutions Pvt Ltd
IN
Why Does Sendkeys using {DOWN 3} do not for Windows controls of java swing application it works only if we specify {DOWN} in Sendkeys method separately 3 times for the controls like DropDown where SelectItem method of java dropdown control is not working.