Advertisement
Guest User

Untitled

a guest
Jun 27th, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 32.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>Email</title>
  7.     <style type="text/css">
  8.         * {
  9.             font-family: 'Open Sans', arial, sans-serif;
  10.            
  11.         }
  12.  
  13.         .ExternalClass {
  14.             width: 100%;
  15.         }
  16.  
  17.         .ExternalClass,
  18.         .ExternalClass p,
  19.         .ExternalClass span,
  20.         .ExternalClass font,
  21.         .ExternalClass td,
  22.         .ExternalClass div {
  23.             line-height: 100%;
  24.         }
  25.  
  26.         #outlook a {
  27.             padding: 0;
  28.         }
  29.  
  30.         table {
  31.             mso-table-lspace: 0pt;
  32.             mso-table-rspace: 0pt;
  33.         }
  34.  
  35.         img {
  36.             -ms-interpolation-mode: bicubic;
  37.             border: 0 none;
  38.             /* height:auto; */
  39.             line-height: 100%;
  40.             outline: none;
  41.             text-decoration: none;
  42.         }
  43.  
  44.         body {
  45.             margin: 0;
  46.             padding: 0;
  47.             -webkit-text-size-adjust: 100%;
  48.             -ms-text-size-adjust: 100%;
  49.         }
  50.  
  51.         #bodyTable {
  52.             margin: 0;
  53.             padding: 0;
  54.         }
  55.  
  56.         table,
  57.         td {
  58.             border-collapse: collapse;
  59.         }
  60.  
  61.         #meetup tr td {
  62.             padding-left: 15px;
  63.             padding-right: 15px;
  64.         }
  65.  
  66.         .recommended-link td {
  67.             padding-top: 15px;
  68.             padding-bottom: 10px;
  69.         }
  70.  
  71.         .recommended-link a {
  72.             text-decoration: none;
  73.             color: #46A614;
  74.             font-weight: 600;
  75.             font-size: 18px;
  76.             line-height: 24px;
  77.         }
  78.  
  79.         .recommended-link a:hover {
  80.             text-decoration: none;
  81.             color: #46A614;
  82.             font-weight: 600;
  83.         }
  84.  
  85.         #templateFooter {
  86.             /*@editable*/
  87.             background-color: #f7f7f7;
  88.             /*@editable*/
  89.             background-image: none;
  90.             /*@editable*/
  91.             background-repeat: no-repeat;
  92.             /*@editable*/
  93.             background-position: center;
  94.             /*@editable*/
  95.             background-size: cover;
  96.             /*@editable*/
  97.             border-top: 0;
  98.             /*@editable*/
  99.             border-bottom: 0;
  100.             /*@editable*/
  101.             padding-top: 9px;
  102.             /*@editable*/
  103.             padding-bottom: 9px;
  104.         }
  105.  
  106.         #templateFooter .mcnTextContent,
  107.         #templateFooter .mcnTextContent p {
  108.             /*@editable*/
  109.             color: #505050;
  110.             /*@editable*/
  111.             font-size: 12px;
  112.             /*@editable*/
  113.             line-height: 17px;
  114.             /*@editable*/
  115.             text-align: center;
  116.         }
  117.  
  118.         #templateFooter .mcnTextContent a,
  119.         #templateFooter .mcnTextContent p a {
  120.             /*@editable*/
  121.             color: #656565;
  122.             /*@editable*/
  123.             font-weight: normal;
  124.             /*@editable*/
  125.             text-decoration: underline;
  126.             font-size: 12px;
  127.         }
  128.  
  129.         @media only screen and (max-width: 480px) {
  130.             /* #templateColumns{
  131.                     width:100% !important;
  132.                 }
  133.  
  134.                 .templateColumnContainer{
  135.                     display:block !important;
  136.                     width:100% !important;
  137.                 }
  138.  
  139.                 .columnImage{
  140.                     height:auto !important;
  141.                     max-width:480px !important;
  142.                     width:100% !important;
  143.                 }
  144.  
  145.                 .leftColumnContent{
  146.                     font-size:16px !important;
  147.                     line-height:125% !important;
  148.                 }
  149.  
  150.                 .rightColumnContent{
  151.                     font-size:16px !important;
  152.                     line-height:125% !important;
  153.                 } */
  154.             #emailContainer {
  155.                 width: 100% !important;
  156.             }
  157.  
  158.             #card-left {
  159.                 display: block !important;
  160.                 width: 100% !important;
  161.                 padding-right: 28px !important;
  162.                 box-sizing: border-box !important;
  163.             }
  164.  
  165.             #card-right {
  166.                 display: block !important;
  167.                 width: 100% !important;
  168.                 padding-left: 28px !important;
  169.                 box-sizing: border-box !important;
  170.             }
  171.  
  172.             #announcement {
  173.                 padding-left: 0 !important;
  174.                 padding-right: 0 !important;
  175.             }
  176.         }
  177.  
  178.         .learn-more {
  179.             height: 22px;
  180.             width: 90px;
  181.             color: #2D74C7;
  182.             font-size: 16px;
  183.             font-weight: 600;
  184.             line-height: 22px;
  185.             text-decoration: none;
  186.             position: relative;
  187.         }
  188.  
  189.         .arrow_learn_more {
  190.             position: absolute;
  191.             background: url(ion-ios-arrow-thin-right-Ionicons@2x.png) no-repeat center center;
  192.             background-size: 15px 10px;
  193.             width: 15px;
  194.             height: 10px;
  195.             top: 3px;
  196.             right: -20px;
  197.         }
  198.  
  199.         .every-executive-group {
  200.             color: #808080;
  201.             font-size: 14px;
  202.             line-height: 22px;
  203.         }
  204.     </style>
  205.  
  206.     <!--[if (gte mso 9)]>
  207.            <style type="text/css">
  208.                #community {
  209.                      background-color: #66a575;
  210.                }
  211.            </style>
  212.        <![endif]-->
  213. </head>
  214.  
  215. <body>
  216.     <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="background-color: #EFEFEF;">
  217.         <tr>
  218.             <td align="center" valign="top">
  219.                 <table border="0" cellpadding="0" cellspacing="0" width="676" id="emailContainer" style="background-color: #FFFFFF; margin-top: 50px; margin-bottom: 50px;">
  220.                     <tr>
  221.                         <td align="center" valign="top" style="background-color:  #EFEFEF;">
  222.                             <table border="0" cellspacing="0" width="100%" style="margin-top: 36px; margin-bottom: 36px;">
  223.                                 <tr>
  224.                                     <td align="left" valign="top" width="50%" style="padding-left: 31px; ">
  225.                                         <img src="https://gallery.mailchimp.com/0459d5019b5e3755ca874c59e/images/82d7c372-bf9e-4bad-9e89-4f249362ef33.png" width="135"
  226.                                            height="27" alt="katalon-logo">
  227.                                     </td>
  228.                                     <td align="right" valign="top" width="50%" style="color: #6BB545; font-size: 22px; font-weight: 600; padding-right: 31px; padding-top: 5px;">
  229.                                         June Digest
  230.                                     </td>
  231.                                 </tr>
  232.                             </table>
  233.                         </td>
  234.                     </tr>
  235.  
  236.                     <tr>
  237.                         <td valign="top" style="text-align: left; color: #E69C10; font-size: 16px ;font-weight: 600;line-height: 43px;text-align: center; text-transform: uppercase; padding-top: 32px;">
  238.                             What's new?
  239.                         </td>
  240.                     </tr>
  241.  
  242.                     <tr>
  243.                         <td align="center" valign="top" style="padding-left: 28px; padding-right: 28px;">
  244.                             <table border="0" cellpadding="0" cellspacing="0" width="100%" height="200" style="border-radius: 5px; border-collapse: separate; background-color: #EFEFEF;">
  245.                                 <tr>
  246.                                     <td align="center" valign="middle">
  247.                                         <img src="How-do-people-img@2x.png" width="100%" alt="katalon-roadmap">
  248.                                         <!--<div>
  249.                                                 <img />
  250.                                                 Discover Katalon Studio for Test Automation with Joe Colantonio
  251.                                             </div>
  252.                                             <div>
  253.                                                 Revealing the challenges faced by Raghal Pal – the founder of Automation Step by Step when transitioning from a Java developer to a test automation architect as well as his hands-on experiences with Katalon Studio.
  254.                                             </div>
  255.                                             <div>
  256.                                                 <a>Learn more</a>
  257.                                             </div>-->
  258.                                     </td>
  259.                                 </tr>
  260.                                 <tr>
  261.                                     <td align="left" valign="top" style="padding: 16px 10px 16px 12px;">
  262.                                         <div style="font-size: 23px; padding-bottom: 13px; font-weight: bold;">How do People Select Test Automation Tools?</div>
  263.  
  264.                                         <span style="font-size: 17px; line-height: 23px; height: 69px; width: 580px; color: #505050;">
  265.                                             Automation tool selection priorities based on the interesting statistical analysis from the manager to non-manager perspectives
  266.                                             in our Test Automation Challenges survey.
  267.                                         </span>
  268.                                         <a href="https://www.katalon.com/resources-center/blog/select-test-automation-tools-criteria/" target="_blank" style="color: #44B00C;font-size: 17px;font-weight: 600; line-height: 23px;">
  269.                                             <span>
  270.                                                 Read more
  271.                                             </span>
  272.                                             <span>
  273.                                                 <img src="icons8-play@2x.png" alt="icon" style="height: 10px;width: 9px;">
  274.                                             </span>
  275.                                         </a>
  276.  
  277.                                     </td>
  278.                                 </tr>
  279.  
  280.                             </table>
  281.                         </td>
  282.                     </tr>
  283.                     <tr>
  284.                         <td align="left" valign="top" style="padding: 24px 28px 24px 28px; ">
  285.                             <div style="background-color: #EFEFEF;  border-radius: 8px;">
  286.                                     <div style="float: left; height: 121px;width: 194px; " >
  287.                                             <img src="Introducing-the-filter-&-sort-img@2x.png" width="100%"  alt="Introducing-the-filter-&-sort-img@2x.png">
  288.                                     </div>
  289.                                     <div style="float: left; height: 121px;width: 194px;">
  290.                                             <div align="left" valign="top" style=" height: 24px;    width: 386px; color: #373737;font-size: 18px; font-weight: bold;line-height: 24px; padding: 10px 16px 0 16px;">
  291.                                                 Introducing the Filter & Sort feature
  292.                                            </div>
  293.                                             <div style=" height: 40px;  width: 386px; color: #505050;font-size: 15px;line-height: 20px;height: 40px;width: 386px; padding: 16px 8px 0 16px;">
  294.                                                 User can quickly drill-down and focus on any high-risk areas of executed test results.
  295.                                             </div>
  296.                                             <div style="padding: 7px 322px 12px 16px;">
  297.                                                 <a href="https://forum.katalon.com/discussion/7127/introducing-the-filter-and-sort-feature-for-katalon-analytics#latest" target="_blank" style="color: #44B00C;font-size: 17px;font-weight: 600; line-height: 23px;">
  298.                                                         Read more  
  299.                                                         <img src="icons8-play@2x.png" alt="icon" style="height: 10px;width: 9px;">                                                        
  300.                                                 </a>
  301.                                             </div>
  302.                                            
  303.                                     </div>
  304.                                     <div style="clear:both;"></div>
  305.                             </div>
  306.                                
  307.                         </td>
  308.                        
  309.                     </tr>
  310.                     <!-- <tr>
  311.                        <td align="center" valign="top">
  312.                            <table border="0" cellpadding="0" cellspacing="0" width="100%">
  313.                                <tr>
  314.                                    <td id="card-left" align="center" valign="top" width="50%" style="padding-left: 28px; padding-right: 28px;padding-top: 21px;">
  315.                                        <table border="0" cellpadding="0" cellspacing="0" width="100%">
  316.                                            <tr>
  317.                                                <td align="left" valign="top">
  318.                                                    <img src="Introducing-the-filter-&-sort-img@2x.png" width="100%" style="height: 121px;width: 194px;" alt="Introducing-the-filter-&-sort-img@2x.png">
  319.                                                </td>
  320.                                                <td align="center" valign="top" style="padding-top: 15px;">
  321.                                                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
  322.                                                        <tr>
  323.                                                            <td align="left" valign="top" style="   color: #373737;font-size: 18px; font-weight: bold;line-height: 24px;">
  324.                                                                Introducing the Filter & Sort feature
  325.                                                            </td>
  326.                                                        </tr>
  327.                                                        <tr>
  328.                                                            <td align="left" valign="top" style=" color: #505050;font-size: 15px;line-height: 20px;height: 40px;width: 386px; ">
  329.                                                                User can quickly drill-down and focus on any high-risk areas of executed test results.
  330.                                                            </td>
  331.                                                        </tr>
  332.                                                        <tr>
  333.                                                            <td align="left" valign="top ">
  334.                                                                <a href="https://forum.katalon.com/discussion/7127/introducing-the-filter-and-sort-feature-for-katalon-analytics#latest" target="_blank" style="color: #44B00C;font-size: 17px;font-weight: 600; line-height: 23px;">
  335.                                                                    <span>
  336.                                                                        Read more
  337.                                                                    </span>
  338.                                                                    <span>
  339.                                                                        <img src="icons8-play@2x.png" alt="icon" style="height: 10px;width: 9px;">
  340.                                                                    </span>
  341.                                                                </a>
  342.                                                            </td>
  343.                                                        </tr>
  344.                                                    </table>
  345.                                                </td>
  346.                                            </tr>
  347.                                        </table>
  348.                                    </td>
  349.  
  350.                                </tr>
  351.                            </table>
  352.                        </td>
  353.                    </tr>
  354.                    <tr>
  355.                        <td align="center" valign="top">
  356.                            <table border="0" cellpadding="0" cellspacing="0" width="100%">
  357.                                <tr>
  358.                                    <td id="card-left" align="center" valign="top" width="50%" style="padding-left: 28px; padding-right: 28px;padding-top: 21px;">
  359.                                        <table border="0" cellpadding="0" cellspacing="0" width="100%">
  360.                                            <tr>
  361.                                                <td align="left" valign="top">
  362.                                                    <img src="Automate-everything-with-katalon-img@2x.png" width="100%" style="height: 121px;width: 194px;" alt="Automate-everything-with-katalon-img@2x.png">
  363.                                                </td>
  364.                                                <td align="center" valign="top" style="padding-top: 15px;">
  365.                                                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
  366.                                                        <tr>
  367.                                                            <td align="left" valign="top" style="   color: #373737;font-size: 18px; font-weight: bold;line-height: 24px;">
  368.                                                                Automate everything with Katalon Studio
  369.                                                            </td>
  370.                                                        </tr>
  371.                                                        <tr>
  372.                                                            <td align="left" valign="top" style=" color: #505050;font-size: 15px;line-height: 20px;height: 40px;width: 386px; ">
  373.                                                                A comprehensive guide to Web and Mobile Application testing with Katalon Studio.
  374.                                                            </td>
  375.                                                        </tr>
  376.                                                        <tr>
  377.                                                            <td align="left" valign="top ">
  378.                                                                <a href="https://www.udemy.com/katalon-studio/" style="color: #44B00C;font-size: 17px;font-weight: 600; line-height: 23px;" target="_blank">
  379.                                                                    <span>
  380.                                                                        Enroll now
  381.                                                                    </span>
  382.                                                                    <span>
  383.                                                                        <img src="icons8-play@2x.png" alt="icon" style="height: 10px;width: 9px;">
  384.                                                                    </span>
  385.                                                                </a>
  386.                                                            </td>
  387.                                                        </tr>
  388.                                                    </table>
  389.                                                </td>
  390.                                            </tr>
  391.                                        </table>
  392.                                    </td>
  393.  
  394.                                </tr>
  395.                            </table>
  396.                        </td>
  397.                    </tr> -->
  398.                     <!-- <tr>
  399.                        <td align="center" valign="top">
  400.                            <table border="0" cellpadding="0" cellspacing="0" width="100%">
  401.                                <tr>
  402.                                    <td id="card-left" align="center" valign="top" width="50%" style="padding-left: 28px; padding-right: 28px;padding-top: 21px;">
  403.                                        <table border="0" cellpadding="0" cellspacing="0" width="100%">
  404.                                            <tr>
  405.                                                <td align="left" valign="top">
  406.                                                    <img src="An-introduction-to-API-img@2x.png" width="100%" style="height: 121px;width: 194px;" alt="An-introduction-to-API-img@2x.png">
  407.                                                </td>
  408.                                                <td align="center" valign="top" style="padding-top: 15px;">
  409.                                                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
  410.                                                        <tr>
  411.                                                            <td align="left" valign="top" style="   color: #373737;font-size: 18px; font-weight: bold;line-height: 24px;">
  412.                                                                An introduction to API testing
  413.                                                            </td>
  414.                                                        </tr>
  415.                                                        <tr>
  416.                                                            <td align="left" valign="top" style=" color: #505050;font-size: 15px;line-height: 20px;height: 40px;width: 386px; ">
  417.                                                                 An overview of API testing with candid answers to the What - When - Why - How questions.
  418.                                                            </td>
  419.                                                        </tr>
  420.                                                        <tr>
  421.                                                            <td align="left" valign="top ">
  422.                                                                <a href="https://www.katalon.com/resources-center/tutorials/introduction-api-testing/" style="color: #44B00C;font-size: 17px;font-weight: 600; line-height: 23px; " target="_blank">
  423.                                                                    <span>
  424.                                                                        Read more
  425.                                                                    </span>
  426.                                                                    <span>
  427.                                                                        <img src="icons8-play@2x.png" alt="icon" style="height: 10px;width: 9px;">
  428.                                                                    </span>
  429.                                                                </a>
  430.                                                            </td>
  431.                                                        </tr>
  432.                                                    </table>
  433.                                                </td>
  434.                                            </tr>
  435.                                        </table>
  436.                                    </td>
  437.  
  438.                                </tr>
  439.                            </table>
  440.                        </td>
  441.                    </tr> -->
  442.                    
  443.                     <tr>
  444.                         <td align="center" valign="top" style="padding-left: 28px; padding-right: 28px; padding-top: 21px; ">
  445.                             <table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-radius: 5px; border-collapse: separate;">
  446.                                 <tr>
  447.                                     <td id="community" align="center" valign="top">
  448.                                         <a href="https://forum.katalon.com/discussion/6503/katalon-remarkable-users" target="_blank">
  449.                                             <img src="Remarkable-katalon-users-June-img@2x.png" alt="Remarkable-katalon-users-June-img@2x.png" style="height: 335px; width: 612px; border-radius: 8px; margin-bottom: 32px;">
  450.                                         </a>
  451.                                     </td>
  452.                                 </tr>
  453.                             </table>
  454.                         </td>
  455.                     </tr>
  456.  
  457.                     <tr>
  458.                         <td align="left" valign="top" style="border-top: 16px solid #EFEFEF; padding-top: 32px; padding-bottom: 5px; padding-left: 28px; padding-right: 28px; color: #E69C10; font-weight: 600; font-size: 16px; text-transform: uppercase;">
  459.                             Useful resources
  460.                         </td>
  461.                     </tr>
  462.                     <tr>
  463.                         <td align="center" valign="top" style="padding-left: 54px; padding-right: 54px; padding-bottom: 32px;">
  464.                             <table border="0" cellpadding="0" cellspacing="0" width="100%">
  465.                                 <tr class="recommended-link">
  466.                                     <td align="left" valign="top" width="40">
  467.                                         <img src="whitepapers@2x.png" width="17.5" height="22.53" alt="whitepapers@2x.png">
  468.                                     </td>
  469.                                     <td align="left" valign="top" class="every-executive-group">
  470.                                         <a href="https://www.katalon.com/?post_type=post&p=4194" target="_blank">
  471.                                             Setting up for Mobile Application Automation
  472.                                         </a>
  473.                                     </td>
  474.                                 </tr>
  475.                                 <tr class="recommended-link">
  476.                                     <td align="left" valign="top" width="40">
  477.                                         <img src="whitepapers@2x.png" width="17.5" height="22.53" alt="whitepapers@2x.png">
  478.                                     </td>
  479.                                     <td align="left" valign="top" class="every-executive-group">
  480.                                         <a href="https://www.katalon.com/resources-center/tutorials/katalon-mobile-recorder-introduction/" target="_blank">
  481.                                             An Introduction to Katalon Mobile Recorder
  482.                                         </a>
  483.                                     </td>
  484.                                 </tr>
  485.                                 <tr class="recommended-link">
  486.                                     <td align="left" valign="top" width="40" style="border-bottom: 0px solid black;">
  487.                                         <img src="videos@2x.png" width=" 23.91px;" heigt="23.91px;" alt="icon-document">
  488.                                     </td>
  489.                                     <td align="left" valign="top" style="border-bottom: 0px solid black;" class="every-executive-group">
  490.                                         <a href="https://www.katalon.com/videos/katalon-studio-18-test-api-katalon-studio/" target="_blank">
  491.                                             How to test API with Katalon Studio
  492.                                         </a>
  493.                                     </td>
  494.                                 </tr>
  495.                                 <tr class="recommended-link">
  496.                                     <td align="left" valign="top" width="40" style="border-bottom: 0px solid black;">
  497.                                         <img src="videos@2x.png" width=" 23.91px;" heigt="23.91px;" alt="icon-document">
  498.                                     </td>
  499.                                     <td align="left" valign="top" style="border-bottom: 0px solid black;" class="every-executive-group">
  500.                                         <a href="https://www.katalon.com/videos/katalon-analytics-integration/" target="_blank">
  501.                                             How to Integrate Katalon Analytics with Katalon Studio
  502.                                         </a>
  503.                                     </td>
  504.                                 </tr>
  505.                                 <tr class="recommended-link">
  506.                                     <td align="left" valign="top" width="40" style="border-bottom: 0px solid black;">
  507.                                         <img src="videos@2x.png" width=" 23.91px;" heigt="23.91px;" alt="icon-document">
  508.                                     </td>
  509.                                     <td align="left" valign="top" style="border-bottom: 0px solid black;" class="every-executive-group">
  510.                                         <a href="https://www.katalon.com/videos/api-testing-katalon-studio-post-request-verify-response/" target="_blank">
  511.                                             API Testing with Katalon Studio for POST request and verify the response
  512.                                         </a>
  513.                                     </td>
  514.                                 </tr>
  515.                             </table>
  516.                         </td>
  517.                     </tr>
  518.                     <tr>
  519.                         <td align="left" valign="top" style="border-top: 16px solid #EFEFEF; padding-top: 32px; padding-bottom: 5px; padding-left: 28px; padding-right: 28px; color: #E69C10; font-weight: 600; font-size: 16px; text-transform: uppercase;">
  520.                             Top discussions
  521.                         </td>
  522.                     </tr>
  523.                     <tr>
  524.                         <td align="center" valign="top" style="padding-left: 54px; padding-right: 54px; padding-bottom: 32px;">
  525.                             <table border="0" cellpadding="0" cellspacing="0" width="100%">
  526.                                 <tr class="recommended-link">
  527.                                     <td align="left" valign="top" width="40">
  528.                                         <img src="top-discussion-icon@2x.png" width="24" height="24" alt="icon-document">
  529.                                     </td>
  530.                                     <td align="left" valign="top" class="every-executive-group">
  531.                                         <a href="#" target="_blank">
  532.                                             How to stop execution in console (headless) mode
  533.                                         </a>
  534.                                     </td>
  535.                                 </tr>
  536.                                 <tr class="recommended-link">
  537.                                     <td align="left" valign="top" width="40">
  538.                                         <img src="top-discussion-icon@2x.png" width="24" height="24" alt="icon-document">
  539.                                     </td>
  540.                                     <td align="left" valign="top" class="every-executive-group">
  541.                                         <a href="#" target="_blank">
  542.                                             Two basic test case examples you can clone into
  543.                                         </a>
  544.                                     </td>
  545.                                 </tr>
  546.                                 <tr class="recommended-link">
  547.                                     <td align="left" valign="top" width="40" style="border-bottom: 0px solid black;">
  548.                                         <img src="top-discussion-icon@2x.png" width="24" height="24" alt="icon-document">
  549.                                     </td>
  550.                                     <td align="left" valign="top" style="border-bottom: 0px solid black;" class="every-executive-group">
  551.                                         <a href="#" target="_blank">
  552.                                             IE driver timeout Windows 10
  553.                                         </a>
  554.                                     </td>
  555.                                 </tr>
  556.                                 <tr class="recommended-link">
  557.                                     <td align="left" valign="top" width="40" style="border-bottom: 0px solid black;">
  558.                                         <img src="top-discussion-icon@2x.png" width="24" height="24" alt="icon-document">
  559.                                     </td>
  560.                                     <td align="left" valign="top" style="border-bottom: 0px solid black;" class="every-executive-group">
  561.                                         <a href="#" target="_blank">
  562.                                             List of Confirmed Outstanding Defects in Katalon Studio
  563.                                         </a>
  564.                                     </td>
  565.                                 </tr>
  566.                                 <tr class="recommended-link">
  567.                                     <td align="left" valign="top" width="40" style="border-bottom: 0px solid black;">
  568.                                         <img src="top-discussion-icon@2x.png" width="24" height="24" alt="icon-document">
  569.                                     </td>
  570.                                     <td align="left" valign="top" style="border-bottom: 0px solid black;" class="every-executive-group">
  571.                                         <a href="#" target="_blank">
  572.                                             Reducing log level for the LogViewer
  573.                                         </a>
  574.                                     </td>
  575.                                 </tr>
  576.                             </table>
  577.                         </td>
  578.                     </tr>
  579.  
  580.                 </table>
  581.             </td>
  582.         </tr>
  583.     </table>
  584. </body>
  585.  
  586. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement