Hi,
I have a list of users in my webportal i want to select the particular user emailid and double click the user so that it will go the next page.
The below is the html code
<input what="input" name="value" type="text" ng-minlength="2" ng-model="filters[option.attribute]" placeholder="Search for a user by name or email" ui-event="ctrl.uiEvent" ng-keypress="ctrl.keypressEvent($event)" ng-model-options="ctrl.modelOptions" autocomplete="off" class="form-control input-search-icon ng-pristine ng-valid ng-empty ng-valid-minlength ng-touched" style="">
I used the below code but not working
obj.FindElementByName("value").SendKeys(mohan@gmail.com).ClickAndHold
Attaching the screenshot of the page
I want to add this email id in the email box and select the email id mohan@gmail.com and double click the particular user. so that i will go to the next page.
Can you provide the correct vba code for that.
Regards
Sham
I have a list of users in my webportal i want to select the particular user emailid and double click the user so that it will go the next page.
The below is the html code
<input what="input" name="value" type="text" ng-minlength="2" ng-model="filters[option.attribute]" placeholder="Search for a user by name or email" ui-event="ctrl.uiEvent" ng-keypress="ctrl.keypressEvent($event)" ng-model-options="ctrl.modelOptions" autocomplete="off" class="form-control input-search-icon ng-pristine ng-valid ng-empty ng-valid-minlength ng-touched" style="">
I used the below code but not working
obj.FindElementByName("value").SendKeys(mohan@gmail.com).ClickAndHold
Attaching the screenshot of the page
I want to add this email id in the email box and select the email id mohan@gmail.com and double click the particular user. so that i will go to the next page.
Can you provide the correct vba code for that.
Regards
Sham