- boots2w
- Posts : 2
Join date : 2012-05-22
How to get full text from truncated text display?
Tue May 22, 2012 1:38 am
I have a link with text "Hello World". However, due to limited screen size, "Hello World" is been truncated on the web page as "Hello Wor...". Selenium getText() returns an incomplete text as "Hello Wor". Is there a way to get the full text when the display is been truncated? The HTML code doesn't have id nor name, just
I can click on the link, no problem. However, I need to retrieve the full-text for comparison. I don't want to do a sub-string comparison in case the correct text is not been displayed due to a bug.
I can click on the link, no problem. However, I need to retrieve the full-text for comparison. I don't want to do a sub-string comparison in case the correct text is not been displayed due to a bug.
- popshaAmateur
- Posts : 60
Join date : 2012-04-14
Re: How to get full text from truncated text display?
Tue May 22, 2012 7:51 am
provide your xpath
selenium.getText("xpath");
xpath fetches complete data
selenium.getText("xpath");
xpath fetches complete data
- How to get the tittle of a object (not window), bcz title holds the full text but inner text holds only 25 char of text (in RC and Webdriver)
- copy the text from the display by web driver
- How to display any message in selenium rc
- Verify text present when the text appears in more location in the page
- Display 'Selenium Functional test Runner' when run selenium RC
Permissions in this forum:
You cannot reply to topics in this forum