Skip to content

Commit

Permalink
Eng comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SokolovMS committed Apr 23, 2016
1 parent b68c622 commit e41f0db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
namespace Winium.Desktop.Example
{
/// <summary>
/// Эмулирует нажатие кнопок мыши
/// Emulates the mouse buttons clicking
/// <para>
/// Основа класса взята отсюда:
/// http://stackoverflow.com/questions/23264529/webbrowser-contextmenu-run-action-of-menu-item/24356875#24356875
/// и доработана. Добавлены методы LeftMouseButtonDown(), LeftMouseButtonUp().
/// The base class is taken from here:
/// http://stackoverflow.com/questions/23264529/webbrowser-contextmenu-run-action-of-menu-item/24356875#24356875.
/// Added methods LeftMouseButtonDown(), LeftMouseButtonUp().
/// </para>
/// </summary>
public class MouseSimulator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ private static CruciatusElement OpenChrome(string testPageAddress)
#endregion

#region Close helpers
// Cruciatus.CruciatusFactory.Settings.SearchTimeout = 1000;
// Сохранить пароль?
// Save password?
try { chrome.FindElementByName("Нет").Click(); Thread.Sleep(100); } catch (Exception) { }
// Установите яндекс диск на свой комп
// Install yandex disk on your computer
// try { chrome.FindElementByName("Имя ").Click(); Thread.Sleep(100); } catch (Exception) { }
#endregion

Expand Down

0 comments on commit e41f0db

Please sign in to comment.