TYPE INTO and CLICK

First af all thanks for your support…

The error happens on the “CLICK” activity

I created a “Variable” but get this error …


Regards

1 Like

Hi,

For now, can you check content of SelEstado variable in debug panel when exception occurs?

And as it seems lack of single quote, can you write it as the following?

checkinnerText='"+SelEstado+"' />"

Regards,

1 Like

Hey @LUIS_REYES

Could you please post the selector you are using,

It will be most probably the quotes you may miss or some issue with syntax.

Thanks
#nK

SelEstado → Not getting its value.

Thanks,
Shakti Singh

1 Like

Hey @Shakti_Singh

You mean to say it is coming as empty ?

Thanks
#nK

Yes Test the Flow.

1 Like

Hey @LUIS_REYES

From where are you fetching the value ?

Thanks
#nK

Hello @Shakti_Singh ,

Please try to use the uiexplorer and validate the selector once with the Variable. Also try to print the variable and see whether it is holding some value. Instead of adding the variable direcly, you can right click and choose the variable inside the selector.

1 Like

you need to replace this with SelEstado i think… @LUIS_REYES

just replace the whole thing with this please…
"<webctrl aaname='"+SelEstado+"' tag='A' type='' check:text='"+SelEstado+"' />"

1 Like

@LUIS_REYES It says the selector is not in a valid syntax. Try this steps

  • Re-indicate the element
  • Open the selector, now right click on the attribute value in which you want to pass the variable
  • Now, select choose variable from the list
  • Now select the variable which you want to pass
  • Now, execute the workflow

Below doc for ref on passing the variables into the selector

1 Like

From an excel file and to be input here: https://consultapublicamx.plataformadetransparencia.org.mx/vut-web/faces/view/consultaPublica.xhtml#inicio

RGDS

You are right @jack.chan

1 Like

Thanks… already working!!

Thanks to all as well!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.