Modifying Selector Properties

My datatable contains 20 values but due to the max scroll limit I can’t go through all of the values and studio stopped without printing all values. How may I proceed in this situation?

Activity I am using: Table Cell Scope(SAP)

@Tanzill_Ahsan

Please check this

Cheers

never used set attribute, I have to work on it first then

@Tanzill_Ahsan

Basically you need to pass the required selector as you do in click…from the attributes select or give attribute name as "scrollmax" and value can be whatever value that you want to set for instance "20"

Cheers

@Anil_G finding this

@Tanzill_Ahsan

it accepts string so enlcose the value in double quotes "100"

cheers

nope tried and resulting in error @Anil_G

@Tanzill_Ahsan ,

I believe you had to use/Test with Set Web Attribute activity where as a Get Attribute activity is seen.

I think I had tired but did not get scrollmax on the attribute list, I will try again tomorrow as I am not getting access now

@Tanzill_Ahsan

Oww i dint see you were using get…nice eyes @supermanPunch

1 Like

@Anil_G how set web attribute will help me in this workflow?

image

@Tanzill_Ahsan

You wanted to change scroll max attribute…for that you can use set attribute and check if that allows you to change…if it allows …then we will set a different scrollmax value…and then type into…

As mentioned by you earlier…the bot is typing or entering only till the scroll max value…if we are able to change it then we can have more cells that can be typed…

So to change scrollmax value we are using set attribute

Hope this helps

Cheers

@Anil_G thank you for your explanation

image

so the design of the workflow will be like this, if I am not making any mistake?

@Tanzill_Ahsan

Yes …that correct…selector will be the same one where you want to change

Cheers