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.
NO buddy messagebox will take and give only string type of value, where the outelement is of type UIElement, so kindly remove that message box and run buddy that would work
I have removed the Message Box . if you refer my update Xaml file.
Now the thing is when i am running the bot. the first input will ask for store no - enter 140 second will ask for scale id - enter 5 . and third input will ask for department - enter Bakery which will be unchecked . and after 3 rd input dialog box .the service area box should check the bakery check box and uncheck the previous check box. but now i am getting the error at click image activity with error mentioned below.