ContributionsMost RecentMost LikesSolutionsRe: Image based click action thanks mate. Image based click action Hi everyone, I'm working on keywordtest and I have a pop up message which i need to close by clicking on the X button (refer below image). The object is not identified as it is a transparent screen, so looking for use an image-based operation. How do we capture this image and perform a click in test complete Thanks, Akil SolvedRe: Keywordtest - Convert to Int and then increment thanks for the response Re: Keywordtest - Convert to Int and then increment Sorry typo error:..have to increment the last digit to 1 (i.e, 14:21). Keywordtest - Convert to Int and then increment Hi, I'm using keyword test; I need some help here: I have a string. for example, 14:20, I have captured it successfully. But i need to convert this to integer and the have to increment the last digit to 1 (i.e, 14:20). I believe we need to add code snippets but can someone share some examples such as how to convert str to int and how to increment them? REgards, Akilan Re: REgex to capture number Many thanks, appreciate your time. Re: REgex to capture number thanks for the response. I can see the way the regular exp works in the documentation. I'm using keyword test here and I want extract the number from the output(Call 950000 saved, need to capture only 95000). Where do we put the regular exp syntax..is it while performing set variable value or during log message? any example would be helpful. Thanks, Akilan REgex to capture number I have a text response Example" Call 950000 saved". I need to capture only number "950000" and have to assign this to a variable. What regex we use to capture only the number from above sentence.. Thanks in advance, Akil SolvedRe: Drop Down list not showing up while running yes I enter 3 character of any street, example Hay which will bring up a list of address available starts with Hay. Once Hay is entered expectation is to bring the ListstreetMatch., which is not happening. Re: Drop Down list not showing up while running Thanks for the response. I'm using keywordTests and not scripting.