Hi,
i want to search multiple words in web page using hot key(Ctrl+f) and find whether that word exist or not and get the number of occurrences of word…
I agree with @nadim.warsi in use IE… but if it isnt a option try using Get OCR Text Activity… Indicate that X/X… Maybe it work…
My chrome has some issue with UiPath extension and I cannot test it now… Give it a try…
I tried it but the x/x value is not identified by OCR(both Microsoft and Google) @PoorGuy Do give it shot as well if IE is not an option. Ill try and see if there is a solution for it.
Just a suggestion… can we try to get whole HTML content of the webpage in a string variable and use regular expression to find the count of particular word in that string?
Purpose of search box is to find the text in the webpage. So my suggestion is to get the whole html text of the webpage and find the search item in it.
What @palindrome states is scrape you html page and then what you have is a string and you count " ".
A workaround to achieve your case, bit actually automating.