T Tao Guan Пользователь Регистрация 24.05.2018 Сообщения 73 Благодарностей 0 Баллы 6 26.07.2018 #1 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!
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!
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 26.07.2018 #2 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.
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.
T Tao Guan Пользователь Регистрация 24.05.2018 Сообщения 73 Благодарностей 0 Баллы 6 27.07.2018 #3 lokiys сказал(а): 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"; }
lokiys сказал(а): 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"; }
T Tao Guan Пользователь Регистрация 24.05.2018 Сообщения 73 Благодарностей 0 Баллы 6 27.07.2018 #4 Tao Guan сказал(а): 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"; } Нажмите, чтобы раскрыть... I found the solution. Thank you sir!
Tao Guan сказал(а): 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"; } Нажмите, чтобы раскрыть... I found the solution. Thank you sir!
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 27.07.2018 #5 Tao Guan сказал(а): I found the solution. Thank you sir! Нажмите, чтобы раскрыть... Sure see logs. You have syntax problems there.
Tao Guan сказал(а): I found the solution. Thank you sir! Нажмите, чтобы раскрыть... Sure see logs. You have syntax problems there.
VladZen Administrator Команда форума Регистрация 05.11.2014 Сообщения 22 453 Благодарностей 5 913 Баллы 113 27.07.2018 #6 Please attach your sample project for reproducing the problem.