OwnCodeUsings seems not work

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

Tao Guan

Пользователь
Регистрация
24.05.2018
Сообщения
73
Реакции
0
Баллы
6
When I use owncodeusing, it didn't work, these are screeshot as below:
Where is my fault, please? Log said that row69, row93.... my code didn't have any row69 or row93 line....
Thank you very much!
2.png
1.png
3.png
 
Are You sure its correct action where You look for error ?

Double click on error will lead to right action.
Or right click and copy id of action then search for it.
I have tried.
but look at these code as below, where is issue?
var tab = instance.ActiveTab; HtmlElement he;
string str1 = 'https://m.betcity.net/en/account/current';

if(string.Equals(project.Variables["after_login_url"].Value, str1)){
tab.Navigate("https://m.betcity.net/en/line", "");
if (tab.IsBusy) tab.WaitDownloading();
} else {
return "can't login";
}
 
Please attach your sample project for reproducing the problem.
 

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