Log file
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2023
10:00 PM
05-21-2023
10:00 PM
Log file
Hello team,
Is it possible to display the search results in log file which I have attached and highlighted in image.
Is it possible to display the search results in log file which I have attached and highlighted in image.
Labels:
- Labels:
-
Script Tests
-
Test Results
-
Test Run
9 REPLIES 9
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
12:30 AM
05-22-2023
12:30 AM
I don't understand your question?
You want to use your Browsers' Find function, to find text in your results log file?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
12:35 AM
05-22-2023
12:35 AM
@rraghvani yeah I need to use browser find function (ie) control+ f to search the text that result of that search count I want to print in log file
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
12:49 AM
05-22-2023
12:49 AM
Have you tried to search for the text, in your log file?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
12:55 AM
05-22-2023
12:55 AM
I didn't get you
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
01:28 AM
05-22-2023
01:28 AM
Have you tried to open your log file in your browser, and searched for the text?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
01:33 AM
05-22-2023
01:33 AM
Yes, I have tried. But my question is I have highlighted in image attached in the question section can you please refer that (searched for the text results (ie) 1/3 like that count I want to print in log file
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
02:45 AM
05-22-2023
02:45 AM
So you want to return the number of matched items? Use the FindAll Method, followed by length which give you the number of matched items.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
02:59 AM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023
03:17 AM
05-22-2023
03:17 AM
This is why I didn't understand your question. To interact with the Browsers' Find control you need to add the browsers WndClass property value to your MSAA in your project settings. You will then have access to use that control as shown below.
