Bugs in new version 5.11.5.0

  • Автор темы Автор темы VladZen
  • Дата начала Дата начала

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 831
Реакции
6 040
Баллы
113
Bugs, errors, problems in new version 5.11.5.0.
 
I have tried and tried and tried this over and over again in many variations
Код:
Развернуть Свернуть Копировать
var he = instance.ActiveTab.MainDocument.FindElementByXPath(last.XPath, 0);
he.RiseEvent("onmouseover", "full");
System.Threading.Thread.Sleep(1000);
Код:
Развернуть Свернуть Копировать
var he = instance.ActiveTab.MainDocument.FindElementByXPath(last.XPath, 0);
he.RiseEvent("mouseover", "full");
System.Threading.Thread.Sleep(1000);

both with variations of full medium and none
the xpath return is true.
rise mouse over works in project maker but i need the solution in c#
 
used code creator (hate that i ahve to cose project maker to do it... :( ), had to reboot code creator twice but works fine now
sort of :P
 
I have tried and tried and tried this over and over again in many variations
Код:
Развернуть Свернуть Копировать
var he = instance.ActiveTab.MainDocument.FindElementByXPath(last.XPath, 0);
he.RiseEvent("onmouseover", "full");
System.Threading.Thread.Sleep(1000);
Код:
Развернуть Свернуть Копировать
var he = instance.ActiveTab.MainDocument.FindElementByXPath(last.XPath, 0);
he.RiseEvent("mouseover", "full");
System.Threading.Thread.Sleep(1000);

both with variations of full medium and none
the xpath return is true.
rise mouse over works in project maker but i need the solution in c#
Could you please give sample template for reproducing this problem?
 
Yes I'll send over the template in a ticket later today for you. Mainly it's now the issue of increasing a int (using non x path solution, is able to mouse over. But never love past the first positive result even when told to by the intiger)
 
It look like Recaptch2 block fills bad textarea when they are multi captchas on single page - it will fill the first textarea on the page not the one which is vissible with id 2,3 etc
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)