- Регистрация
- 15.09.2017
- Сообщения
- 18
- Благодарностей
- 1
- Баллы
- 3
Здравствуйте,
Уже перепробовала много чего см ниже
instance.IgnoreAjaxRequests = false;
Link= instance.GetTabByAddress(project.Variables["MapResourceName"].Value).FindElementByXPath(project.Variables["MapBodyMatcher"].Value, 0);
Link.Focus();
Emulator.SendText(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, project.Variables["ArticleDescription"].Value);
Emulator.SendKey(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, System.Windows.Forms.Keys.Enter, KeyboardEvent.Press);
Emulator.SendText(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, src);
Emulator.SendKey(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, System.Windows.Forms.Keys.Enter, KeyboardEvent.Press);
Emulator.SendText(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, " ");
instance.GetTabByAddress(project.Variables["MapResourceName"].Value).WaitDownloading();
Link = instance.GetTabByAddress(project.Variables["MapResourceName"].Value).FindElementByXPath(project.Variables["MapArticlePublishButtonMatcher"].Value, 0);
Link.Click();
instance.GetTabByAddress(project.Variables["MapResourceName"].Value).WaitDownloading();
instance.IgnoreAjaxRequests = true;
превью не грузится. Тот же код в ФБ - грузится превью. Причем вручную в зенно, если вставить текст с линком, грузится
ПАМАГИТЕ!!! Пожалуйста
Уже перепробовала много чего см ниже
instance.IgnoreAjaxRequests = false;
Link= instance.GetTabByAddress(project.Variables["MapResourceName"].Value).FindElementByXPath(project.Variables["MapBodyMatcher"].Value, 0);
Link.Focus();
Emulator.SendText(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, project.Variables["ArticleDescription"].Value);
Emulator.SendKey(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, System.Windows.Forms.Keys.Enter, KeyboardEvent.Press);
Emulator.SendText(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, src);
Emulator.SendKey(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, System.Windows.Forms.Keys.Enter, KeyboardEvent.Press);
Emulator.SendText(instance.GetTabByAddress(project.Variables["MapResourceName"].Value).Handle, " ");
instance.GetTabByAddress(project.Variables["MapResourceName"].Value).WaitDownloading();
Link = instance.GetTabByAddress(project.Variables["MapResourceName"].Value).FindElementByXPath(project.Variables["MapArticlePublishButtonMatcher"].Value, 0);
Link.Click();
instance.GetTabByAddress(project.Variables["MapResourceName"].Value).WaitDownloading();
instance.IgnoreAjaxRequests = true;
превью не грузится. Тот же код в ФБ - грузится превью. Причем вручную в зенно, если вставить текст с линком, грузится
ПАМАГИТЕ!!! Пожалуйста