FindElementByXPath(element).Click(); seems to work fine when running it in my local machine but then does not work when i try to run the same code
on test controller machine. Actually it runs fine when you see the tests running on the test controller machine and if you minimize the test controller window it fails the test. The application uses telerik rad grids. I have implemented a code to right click on grid header. After right clicking on the grid header i am supposed to click on Reset Columns from the context menu. But in this case FindElementByXPath(resetElement).Click(); does not work. It works
when you view it but does not work when minimize the mstsc window.The error shown is Open.QA.Selenium.ElementNotVisibleException: Cannot
click on element. It is able to find the element but can't click on it.
How do I solve this ??
<telerik:RadComboBox ID="cmbLocationDCVL" runat="server" AutoPostBack="false" CheckBoxes="true" OnClientBlur="OnClientBlurHandler" Width="150" DropDownWidth="300px"> <CollapseAnimation Duration="200" Type="OutQuint" /></telerik:RadComboBox>
I have enabled CdnSettings-TelerikCdn="Enabled" in RadStyleSheetManager which is used on sharepoint 2007 page
<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" CdnSettings-TelerikCdn="Enabled" />
i get the follwoing css files loaded on the page . I want the following css to be combined to singel file and load on the page . I have even enabled EnableStyleSheetCombine="true" but that dint combine the css
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Menu.css" type="text/css"
rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Outlook/Menu.Outlook.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/TabStrip.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Default/TabStrip.Default.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/ListBox.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Hay/ListBox.Hay.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
we have even other css to load on the page . it would be helpful if we can combine aspnet-skins.telerikstatic.com CSS in single file. please help me in resolveing the issue

