\n
\n
When my test case involves making a selection from a dropdown window, I get the following error message - \" The combo box item 'XXX' was clicked, but the selection was not changed. \" Is there a way to fix this?
\n
\n
","kudosSumWeight":0,"postTime":"2019-07-19T14:08:05.377-07:00","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"attachments":{"__typename":"AttachmentConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"tags":{"__typename":"TagConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:187871_1"},"latestVersion":null,"metrics":{"__typename":"MessageMetrics","views":3273},"visibilityScope":"PUBLIC","canonicalUrl":null,"seoTitle":null,"seoDescription":null,"isEscalated":null,"placeholder":false,"originalMessageForPlaceholder":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}},"archivalData":null,"customFields":[],"body":"\n
\n
When my test case involves making a selection from a dropdown window, I get the following error message - \" The combo box item 'XXX' was clicked, but the selection was not changed. \" Is there a way to fix this?
\n
\n
"},"Conversation:conversation:187871":{"__typename":"Conversation","id":"conversation:187871","solved":true,"topic":{"__ref":"ForumTopicMessage:message:187871"},"lastPostingActivityTime":"2019-08-06T07:09:00.567-07:00","lastPostTime":"2019-08-06T07:09:00.567-07:00","unreadReplyCount":8,"isSubscribed":false},"ModerationData:moderation_data:187871":{"__typename":"ModerationData","id":"moderation_data:187871","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"Revision:revision:187871_1":{"__typename":"Revision","id":"revision:187871_1","lastEditTime":"2019-07-19T14:08:05.377-07:00"},"ForumReplyMessage:message:187937":{"__typename":"ForumReplyMessage","id":"message:187937","conversation":{"__ref":"Conversation:conversation:187871"},"author":{"__ref":"User:user:84781"},"revisionNum":1,"uid":187937,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:testcomplete-questions"},"subject":"Re: Dropdown selection not changing","readOnly":false,"editFrozen":false,"moderationData":{"__ref":"ModerationData:moderation_data:187937"},"parent":{"__ref":"ForumReplyMessage:message:187904"},"body":"This is a web application and I am trying to enter the hotel rating from a dropdown list. I attached a screenshot of the Keyword test.
\nThis is a web application and I am trying to enter the hotel rating from a dropdown list. I attached a screenshot of the Keyword test.
\nOK... going out on a limb. I see that this application seems to be a listing of multiple hotels, each one that you're editing. I'm wondering if there is something going on confusing the object recognition... where you're calling ClickItem on one but that there may be another non-visible component that is being recognized as well.
What's your mapping look like for the drop down? If, in NameMapping, you right click on the item and select \"Show in Object Browser\" or \"Highlight on Screen\", does the correct component highlight?
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"213","kudosSumWeight":0,"repliesCount":2,"postTime":"2019-07-24T13:38:10.486-07:00","lastPublishTime":"2019-07-24T13:38:10.486-07:00","metrics":{"__typename":"MessageMetrics","views":2102},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:TestComplete_forum/community:nwkab66374board:testcomplete-questions/message:187871/message:188126","customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:188232":{"__typename":"ModerationData","id":"moderation_data:188232","status":"APPROVED","rejectReason":null},"AcceptedSolutionMessage:message:188232":{"__typename":"AcceptedSolutionMessage","author":{"__ref":"User:user:84781"},"id":"message:188232","revisionNum":1,"uid":188232,"depth":6,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:testcomplete-questions"},"parent":{"__ref":"ForumReplyMessage:message:188126"},"conversation":{"__ref":"Conversation:conversation:187871"},"subject":"Re: Dropdown selection not changing","moderationData":{"__ref":"ModerationData:moderation_data:188232"},"body":"I don't know what's going on but my test cases are running again without failing. This is so strange since I didn't make any changes to them. So bizzare. Thank you for all your help though. =)
\nI'm curious as to how you have your code written. Typically a \"ClickItem\" should do it. However, depending upon the application (especially if it's a web application) there may be code behind the scenes that needs to finish before all components are ready for interaction so ClickItem could execute but a final step in the page load could wipe it out.
\nCould you share some more information? What type of application are you testing? What type of component is it? Could you copy paste the code here or screenshot the keyword test?
\nI'm curious as to how you have your code written. Typically a \"ClickItem\" should do it. However, depending upon the application (especially if it's a web application) there may be code behind the scenes that needs to finish before all components are ready for interaction so ClickItem could execute but a final step in the page load could wipe it out.
\nCould you share some more information? What type of application are you testing? What type of component is it? Could you copy paste the code here or screenshot the keyword test?
\nRough guess.... but each time you change values in that filter, specifically the distance, are there some other things taht change on the page? Do new fields display or other such stuff?
\nJust as a test (I'm not suggesting keeping it permanently there), what happens if you drop like a 2 second delay after the \"SetText 10\"?
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"213","kudosSumWeight":0,"postTime":"2019-07-22T12:13:36.509-07:00","lastPublishTime":"2019-07-22T12:13:36.509-07:00","metrics":{"__typename":"MessageMetrics","views":2141},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:TestComplete_forum/community:nwkab66374board:testcomplete-questions/message:187871/message:187938","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjQuMTF8Mi4xfG98M3wxNDowLDM5OjF8MQ","node":{"__ref":"ForumReplyMessage:message:188123"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:188123":{"__typename":"ModerationData","id":"moderation_data:188123","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:188123":{"__typename":"ForumReplyMessage","uid":188123,"id":"message:188123","revisionNum":1,"author":{"__ref":"User:user:84781"},"readOnly":false,"repliesCount":3,"depth":4,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:testcomplete-questions"},"parent":{"__ref":"ForumReplyMessage:message:187938"},"conversation":{"__ref":"Conversation:conversation:187871"},"subject":"Re: Dropdown selection not changing","moderationData":{"__ref":"ModerationData:moderation_data:188123"},"body":"No other change on the page and no new fields. I tried adding the delay and that didn't work either. =(
\nI am finding that most of my test cases are failing due to this same issue. Argh.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"201","kudosSumWeight":0,"postTime":"2019-07-24T13:16:14.833-07:00","lastPublishTime":"2019-07-24T13:16:14.833-07:00","metrics":{"__typename":"MessageMetrics","views":2106},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:TestComplete_forum/community:nwkab66374board:testcomplete-questions/message:187871/message:188123","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjQuMTF8Mi4xfG98MXwxNDowLDM5OjF8MQ","node":{"__ref":"ForumReplyMessage:message:188126"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:188126":{"__typename":"ModerationData","id":"moderation_data:188126","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"CachedAsset:text:en_US-components/attachments/AttachmentView/AttachmentViewChip-1720711077000":{"__typename":"CachedAsset","id":"text:en_US-components/attachments/AttachmentView/AttachmentViewChip-1720711077000","value":{"errorTitle":"Failed!","previewFile":"Preview File","downloadFile":"Download File {name}","removeFile":"Remove File {name}","errorBadExtension":"This file does not have a valid extension. \"{extensions}\" are the valid extensions.","errorFileEmpty":"This file is empty or does not exist.","errorTooLarge":"