Good to know that the Telerik ASP.NET QA team uses Selenium, hopefully my situation will make sense.
Environment: Webside: RadControls (ASP.NET AJAX), Server 2008 R2; Scripting running ActiveState Perl/Test::WWW::Selenium;
Goal: To email a RadComboBox generated table.
Question: I have a Selenium script that logs into the website, navigates to the appropriate page, expands the grouped rows. I want to email this page, but my only solution has been to have Selenium take a screenshot, which it saves and then another script picks it up and mails it.
The issue is that the screenshot only gets the first page, ie with scrollbars. Is there a selenium command that will return say the first 10 rows (expanded) of a RadComboBox, ideally output to a file?
Any pointers, whether to a solution or a more appropriate forum, will be appreciated.
Thanks!
Scott...
Environment: Webside: RadControls (ASP.NET AJAX), Server 2008 R2; Scripting running ActiveState Perl/Test::WWW::Selenium;
Goal: To email a RadComboBox generated table.
Question: I have a Selenium script that logs into the website, navigates to the appropriate page, expands the grouped rows. I want to email this page, but my only solution has been to have Selenium take a screenshot, which it saves and then another script picks it up and mails it.
The issue is that the screenshot only gets the first page, ie with scrollbars. Is there a selenium command that will return say the first 10 rows (expanded) of a RadComboBox, ideally output to a file?
Any pointers, whether to a solution or a more appropriate forum, will be appreciated.
Thanks!
Scott...