Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identifying the DialogBox in firefor
#13
Solved: 11 Years, 4 Months ago
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.
------
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,
Reply


Messages In This Thread
RE: Identifying the DialogBox in firefor - by QTPian - 07-29-2009, 11:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)