Check the checkbox if shipping qty is equals to shipping results using STUDIOX

Help I have trouble doing my project.
My target is to check the checkbox when shipping qty and shipping result are equal.
This interface is a local system and this process is looping for around 30 times which consumes a lot of hours to our users.

@flashdrive07

Try using extract datatable to get the full data

then filter for rows where the columns are equal

then you get the unique shipping workitems which can be used to check the respective boxes

cheers

I already tried using the extract data table however still no luck. It cannot get the data

1 Like

@flashdrive07

is it a desktop application?

if so extract might not work…can you show the selectors what youa re getting for individual cells please

cheers

yes it’s a desktop application.

for selector of individual cells it is possible

1 Like

@flashdrive07

Can you show the selector

if the selector has identifier for row and column like names or numbers then we can use them to check and click

cheers

sorry this is the sample selector. I tried selecting the QTY. 112


and this is for the anchor

@flashdrive07

can you try opening ui explorer and check selector from there ..that would show the full details

cheers

ah sorry I am using Studio X that is why I cannot share you the screen for UI explorer

@flashdrive07

got you

if you try to open selector from the porperties panel instead of as text open as ui elment

then you might be able to see open ui explorer option can you check please

as per screenshots looks like there might be a idx or rownumber to identify the details

Also while using table extraction try to click f4 and change ui framework to check if it can identify

cheers

sorry for the delay. is this what you are looking for?
sorry i had to mark some of the information since it is confidential.

@Anil_G
Also while using table extraction try to click f4 and change ui framework to check if it can identify
→ I tried this method, and it works! I can now extract the data from desktop application
However if you could guide me for other option for checking the check box it would be great

1 Like

@flashdrive07

glad table extraction worked

now in the name that you removed does it contain the information related to the row?

if yes then we can add variable in that place and use the unique row id from first column to identify the check box

cheers

@Anil_G

Yes it does show the information I need to check

@flashdrive07

no info to check but would it give the first column as well

if so use name='*{{VariablewithValue}}*' or if it contains all values from row..concatenate the row from extracted table and use the full string in name field in attribute

cheers

@Anil_G
Already tried and this works perfectly!
Cheers!

Thank you!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.