Hi All,
I am new to python,
In perl we have $agent->get("$site_id"); which connects to the site
{ local $^W; $agent->current_form->value('query', "select user_id, login_name, email, organization from HELM_USER "); };
$agent->click_button(value=>"Run query");
The above code is connecting to the site and It is running that query.
Is there any similar thing in python.
Can anyone help me in this regard???

Reply With Quote


