![]() |
Text Search? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Feature Suggestions (/forumdisplay.php?fid=9) +--- Thread: Text Search? (/showthread.php?tid=11528) |
Text Search? - bdbr - 08-09-2012 03:43 AM Is there a way that WPT could be modified (or maybe a script feature) to search for a bit of text? A regular expression would be even better. We're using a private instance with APIs for some monitoring, and this is a key feature for knowing if the page is actually loading or just sending you to some other screen (like a login). Thanks, Blaine Bauer Portland, OR RE: Text Search? - pmeenan - 08-11-2012 01:14 AM It's been on my wish list to implement for a while but I haven't gotten around to it yet. A regex against the HTML of the constructed DOM is what I was thinking to allow for exactly what you're talking about. I just created an actual issue to track it so I don't forget. http://code.google.com/p/webpagetest/issues/detail?id=109 |