Hey Zaira,
You are almost done. Please remove the space between the concatenation operator (+) and the double quotes(").
Please check the following LOC with the line of code you have provided.
------
------
Please let me know if the above solution solves your issue.
Thanks,
Please note another change.. Ignore the previously posted LOC. Remove the space between " and +.
The modified LOC is
------
------
Please use this and let me know if you need any further info.
Thanks,
You are almost done. Please remove the space between the concatenation operator (+) and the double quotes(").
Please check the following LOC with the line of code you have provided.
------
Code:
Browser("Mantenimiento Vision").Dialog("text:=La página en http://" + datatable("IPhost",dtGlobalSheet) +":8080 dice:").Page("title:=La página en http://" + datatable("IPhost",dtGlobalSheet) +":8080 dice:").WebButton("name:=Aceptar").Click
Please let me know if the above solution solves your issue.
Thanks,
Please note another change.. Ignore the previously posted LOC. Remove the space between " and +.
The modified LOC is
------
Code:
Browser("Mantenimiento Vision").Dialog("text:=La página en http://"+ datatable("IPhost",dtGlobalSheet) +":8080 dice:").Page("title:=La página en http://"+ datatable("IPhost",dtGlobalSheet) +":8080 dice:").WebButton("name:=Aceptar").Click
Please use this and let me know if you need any further info.
Thanks,