once you get the text as input assign that to a variable named in_text
you can use find text position activity by passing the above variable in_text and select the Service Area(s) tab as selector element and get the output as uielement type with variable named out_element
now use a anchor base activity where on left side use find element activity and on left side use click image activity
in find element activity, pass the input as out_element to element property and dont use selector to highlight the element, (only element in property with value out_element)
in Click image activity , scrape the check box image or if its possible you can even use click element and choose that as element buddy
I have created all teh steps provided by you but while executing the second step getting error shown below.
selector is second step is
html app=‘chrome.exe’ htmlwindowname=‘scalemaintenance’ title=‘Scale Maintenance’ />
<webctrl parentid=‘ctl00_main_cboServiceAreas_ListBoxSelectItems’ tag=‘DIV’
Buddy @shashank_dullu
Kindly make changes with all the full selector in app attribute because previously we were using chrome and now we are using IE so kindly check whether all the full selectors are changed with IE as well, now the issue with find text position is clear, it is something different only with application, kindly check that and make changes in the selector buddy.
BUDDY @shashank_dullu
as you can see here
webctrl id=‘txtUserSignon’ tag=‘INPUT’ name=‘txtUserSignon’ type=‘text’
it seem like some error with sign in credential details input, kindly check with browser used and also make changes with click or type into activity with the selectors as well buddy @shashank_dullu
Try and let know buddy, you were almost done, let sort this out
Cheers
no worries buddy were you able to select the text as element in chrome buddy
if so we can use find element instead of find text position, and pass the variable to selector for the attribute that indicates the text we were searching say for example if aaname attribute denotes the text we want to search replace the value of that attribute with variable like this
aaname = ’ "+ variablename + " ’
in the selector buddy that would work for sure if we are able to select the element individually
and message box can get only string type of input were the one you gave is of type uielement buddy
so remove that message box and execute it buddy
Try and let know whether this works or not buddy
Cheers @shashank_dullu
So when I run the XAMl file .
At the message box(Outelement) it will display some value i need to check value in the service area box and check that check box and uncheck the previous checked box.