Why an RPA dev should look at this page?

Hello guys, :sunglasses:

Look at this page and the keyboard to type the password… :sweat_smile:insane… and take a look of the numeric pad.

https://olbe.todo1.com/SVE/control/BoleTransactional.bancolombia

get ocr text does not recognize the letters, the good thing is the index it has an order for example:

this is “q”
" < html title=‘Sucursal_Virtual_Empresas_5A47B944ED1946DE57A3225E41494E’ />
< webctrl idx=‘1’ parentid=‘alphaKeyboard’ tag=‘AREA’ />"

this is “w”

"< html title=‘Sucursal_Virtual_Empresas_5A47B944ED1946DE57A3225E41494E’ />
< webctrl idx=‘2’ parentid=‘alphaKeyboard’ tag=‘AREA’ / >

if anyone has any clue on how to write on this it keyboard will be greatly appreciated.

I think I’ll have to ask for the user to login LOL. I´ll keep testing it and let you guys know.

regards :beers:

1 Like

Hi @beesheep,

Why don’t you use an array of chars and then iterate between them, and inside this loop you may use a switch to choose the right letter and after that click on the respectively image.

For example, if the letter is W, it will click on the following image:

3 Likes