ContributionsMost RecentMost LikesSolutionsRe: When will dejaclick be supported on the latest version of Firefox (currently 55.0.2)? Dear EYU, Thank you for posting your question on the AlertSite Community! I apologize that you had an error when trying to add the extension for Firefox. We have corrected that issue and you should now be able to download the extension. I am sorry that I don't know the answer regarding Firefox 55.0.2, but I will notify the Product Team about your outstanding question. Have a great weekend, Jeannie Re: Uploaded java jar file won't work. Hello rloseth, Customer Care would like to help you resolve your Selenium monitoring issue. Would you please open a support case with the account name and the device name here: https://support.smartbear.com/message/?prod=Alertsite Thank you! Re: Uploaded java jar file won't work. Hello rloseth! From your description it sounds like you might not have prepared the JAR file to run on the AlertSite locations. You would need to add main() and some import definitions, and then export as a runnable JAR. Please see the documentation here: http://doc.alertsite.com/Default.htm#synthetic/monitors/selenium/selenium-monitoring.htm#jar Thanks, JKobert Re: Cookies DejaClick does not playback remotly with anything cached. Each connection executing a test is like the first time. No cookies are stored or used on playback. You can, via DejaClick, insert custom headers and even write cookies in JavaScript once the site is reached during the test (see Help link below). Again none of this is cached at the remote locations. We have a Knowledge Base article on configuring Cookies in DejaClick. https://smartbear-cc.force.com/portal/KbHome https://smartbear-cc.force.com/portal/KbArticleViewer?name=Using-JavaScript-Validation-in-DejaClick-to-set-a-cookie https://smartbear-cc.force.com/portal/KbArticleViewer?name=How-Can-I-Set-A-Cookie-in-DejaClick http://dejaclick.alertsite.com/user-guide/firefox/advanced-features/javascript-validation.html#Setting_a_Cookie API - Allow SLA detail and SLA Summary reports to include multiple devices. We intend to do most of our reporting via API-obtained data, we would prefer the API feature was enhanced to support multiple devices for SLA Detail. We would also like an API call for the SLA Summary report. Re: AlertSite REST and Reporting API response definitionsHello Russell, You are correct, http://help.alertsite.com is the current location for the API documentation. Although we don't document a description for each API call, I think I can offer a way for you to generate such a description. Let's use your SLA Detail report as an example. Navigate to the tab "Performance Reports" within the AlertSite Console, you can then run an SLA Detail report specifying the desired parameters from the report screen (i.e. Site Name, Report Date, Locations, etc) and when generating that report, we will also give you the corresponding Report API call. It would look something like this: https://www.alertsite.com/report-api/sla/C#####?obj_device=#####&location=25,5040,85,75,40,80,20,6020,65&rdate=Today&showrecs=&sort_order=asc The output of this call, either in XML or JSON, would contain the data as well as the data descriptors. Here is a snippet: <Report Type="SLA Report" SiteName="SLA Monitor" SLA_Name="AlertSite SLA" SLA_Description="Server" From="2013-08-20 00:00" Thru="2013-08-20 11:43" obj_device="#####" locations="25,5040,85,75,40,80,20,6020,65"> <Objective Type="Availability"> <Goal>98.00</Goal> <Actual>100.00</Actual> <Compliant>Yes</Compliant> <Errors>0</Errors> <Checks>54</Checks> </Objective> I hope this helps you get to the data you require!Re: Error 7123 on TransactionsHello Nicholas, A great place to start is with our secret decoder ring, you can find it here: http://www.alertsite.com/cgi-bin/helpme.cgi?page=statuscodes.html When using Full Page monitoring which monitors all of the content on your page, you have additional monitoring options. For example, "Report/Notify if Objects Are Missing or New". If you are monitoring a very dynamic page and choose this option we will alert you if any single object does not load, or is a new object since the last test. This option might not apply if your objects are meant to change often, which is true with most dynamic content. This option can be useful if you are monitoring static content in which the objects are not meant to change. Status 7122 Missing Object means an object on your internet page has been removed since the last test. Status 7123 New Object Found means an object has been added to your internet page.