Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
bugsyg
Posts : 6
Join date : 2010-03-08

Vertify text highlight Empty Vertify text highlight

Tue Apr 20, 2010 6:08 pm
Hi,

there is a search function which will highlight the word we require. Is there a way we can use selenium to validate that the system highlight the correct word?
For example we have
test b
test b

from search function we search for test and it get highlight on background. Now the requirement is to check whether the search function is highlighted the correct word.

Thanks!!
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Vertify text highlight Empty Re: Vertify text highlight

Wed Apr 21, 2010 11:34 am
hi,

yes you can do it very easily, you have to just verify the background color is coming for the highlighted text.

you have to do just 2 verification:
1. to verify the text position.
2. to verify the background color is also coming.


Hope this will help you. Best of luck.

Bye
avatar
bugsyg
Posts : 6
Join date : 2010-03-08

Vertify text highlight Empty Re: Vertify text highlight

Thu Apr 22, 2010 1:42 pm
Thanks for the quick response..

The edit box is a iframe. When the search and replace box appear the background get locked until the search and replace box exit. before the search and replace box exit, i need to test whether the right text is selected.

can u post a sample code if possible for the above solution? Thanks!!
Sponsored content

Vertify text highlight Empty Re: Vertify text highlight

Back to top
Permissions in this forum:
You cannot reply to topics in this forum