OwnCodeUsings seems not work

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
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
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.
 

Tao Guan

Пользователь
Регистрация
24.05.2018
Сообщения
73
Благодарностей
0
Баллы
6
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";
}
 

Tao Guan

Пользователь
Регистрация
24.05.2018
Сообщения
73
Благодарностей
0
Баллы
6

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 270
Благодарностей
5 854
Баллы
113
Please attach your sample project for reproducing the problem.
 

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