Exemplo n.º 1
0
        public void SelectTableRow(List <string> tableValues)
        {
            IWebElement tableRow = tableHelper.ReturnTableRowElement(SizeTable, tableValues);

            executeJScript.ScrollToElement(tableRow);
            tableRow.Click();
        }
Exemplo n.º 2
0
 public void SelectAgreementForParticipation()
 {
     JavaScriptHelper.ScrollToElement(_agreementForParticipationCheckbox);
     _agreementForParticipationCheckbox.Click();
 }
Exemplo n.º 3
0
 public void SelectLatestTechnicalNews()
 {
     BrowserFactory.Driver.WaitForElement(By.XPath(CatalogButtonLocator));
     JavaScriptHelper.ScrollToElement(_lastTechNewsElement);
     _lastTechNewsElement.Click();
 }