cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to select item from dropbox list.

Adnan3194
Level 6

i am trying to make a object of web based ticket booking site. but i am unable to navigate the Passengers data the dropbox.   for references i attached the screenshot. please guide how to resolve it1.jpg2.jpg3.jpg

5 BEST ANSWERS

Helpful Answers

@Adnan3194 

actually it depends on the applications but sometimes we can have spaces that we don't see in the lists. That's why I want to see what's in the list

View answer in original post

@Adnan3194 You can try also this 🙂

Mohamad_747_1-1734783256564.png

 

View answer in original post

Ok try to put in Item Text

"Sydney"&Chr(10)

If its not working try this

"Sydney"&NewLine()

Try one time with Item Text and another Time With Item Value and let me know 

View answer in original post

Try :

Replace([Departing From],Chr(10),"")&Chr(10)

View answer in original post

Ok try with this Filter Expression 

"[Text] LIKE '%"&[Departing On-Day]&"%'"

View answer in original post

69 REPLIES 69

Adnan3194
Level 6

4.jpg

Hi @Adnan3194 

This means that there are some things that have changed in the element's attributes. Can you try to highlight it from application modeller? if it doesn't work you should identify it again. Is it a web application or something else? I can help you to identify it 😉

Can you make a screen shot of your action inside the VBO and another screen shot showing us the element inside the application modeller please ?

6.jpg

Adnan3194
Level 6

7.jpg

@Adnan3194 

Remove the web page address tick and try to highlight 

I tried but the same error is displaying,7.jpg8.jpg

@Adnan3194 

When you make highlight is it highlighting the correct element ?

yes.. when i try to highlight the correct element  

Ok i understand.

Can you try to use a read stage

And then put get all items inside a collection ?