Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get a multi_line text ?
#3
Solved: 12 Years, 10 Months, 3 Weeks ago
Thanks for replying but I finally solve my problem using this :

Code:
Dialog_Text = Browser("Connexion à PeopleSoft").Dialog("Microsoft Internet Explorer").GetVisibleText
Message_Dialog = Split(Dialog_Text, Chr(10), -1, vbTextCompare)

Then :

Message_Dialog(0) = First line
Message_Dialog(1) = Second line
....

Regards
Alain
Reply


Messages In This Thread
How to get a multi_line text ? - by Vandembergue - 04-22-2010, 07:31 PM
RE: How to get a multi_line text ? - by Vandembergue - 04-23-2010, 08:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to Validate Text filed is blank after clicking on the Text box balak89 3 5,792 09-13-2015, 12:06 AM
Last Post: ADITI1992
  I am trying to extract text from a webelement but it is generating blank text scenari excellentpawan 2 5,248 08-13-2013, 08:37 PM
Last Post: excellentpawan
  how to find a particular text in a text string pjavvaru 3 17,983 06-04-2010, 08:49 PM
Last Post: jsknight1969
  Retrieve text from Text Checkpoint Amit Singh Chauhan 1 2,827 08-20-2009, 07:15 PM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)