Spy fields in webpage

rpaccount

Member
Hi all,

Need help to spy this table(?)
when i spy it, it says HTML element and not table
I need to put in values inside the fields, change AND to OR.
Would it be possible?

Already tried to use get table action. But it says that the photo that i attached is not a HTML table.

Thanks
 

Attachments

  • table.PNG
    30.2 KB · Views: 19

Sukesh Kumaru

Active Member
Hi,

Yes it is not a table and FYI those are drop down boxes and simple html textboxes.
Spy individually each element and use it accordingly.
 

rpaccount

Member
Hi,

For some reason, the combo box isn't working for me.
The values are not changing to "OR".

Can anyone help to take a look?

Thanks!!
 

Attachments

  • 1.PNG
    10.4 KB · Views: 14
  • 2.PNG
    1.4 KB · Views: 11
  • table.PNG
    30.2 KB · Views: 12

Sukesh Kumaru

Active Member
Hi,
By using the Action : Get All Items bring all the items present in Dropdown box (AND, OR) to collection and pass the required value accordingly.
 

Sukesh Kumaru

Active Member
First Just check it with Write Stage to write "AND" or "OR" if it works well and good,
or else use read stage read all the values to collection and use appropriately.
 

rpaccount

Member
Write stage didn't work for me.
I tried read stage and the values are there. So is there a way to change it?

Thanks!
 

Attachments

  • values.PNG
    5.8 KB · Views: 13

tgundhus

Member
Drop boxes is always an issue and might be a bit tricky, but there are multiple ways to handle them, some easier and faster than others. People the most tend to go for region mode, when they are simple and only have a few options, which is not a bad option after the algorithm was changed a few versions ago.

Region mode is something that "always" work, and simply clicking the option you want. If you want a more programmatic version, please let me know.
 
Top