Ebola57 Posted May 24, 2018 Posted May 24, 2018 (edited) Hi community I am really lost with some _IE librabry functions ... I am intending to read a value into a submit tag, that is allready filled Can't achieve it, tried tons of combo, but don't really make distinction with _IE element, getobj and so on Here chat I tried ... Global $oForm = _IEFormGetCollection($oIE,1) Global $oQuery = _IEFormElementGetCollection($oForm,"sys_user.location_label") _IEFormElementGetValue($oQuery) ... in the goal of reading this <div class="hidden" ng-non-bindable=""><input name="sys_original.sys_user.location" id="sys_original.sys_user.location" type="hidden" value="cf05e4a4db0eb2806440fd431d961941"></input></div><input name="sys_user.location_label" style=";width:240px;" id="sys_user.location_label" readonly="readonly" value="/51 - MARNE/REIMS/STCHARLES 2/" class="form-control disabled"></input> I want to catch "/51 - MARNE/REIMS/STCHARLES 2/", but it returns definitely "0" Many thanks in advance Edited May 24, 2018 by Ebola57
Danp2 Posted May 24, 2018 Posted May 24, 2018 Can you show us the results from the Scite output panel? Without it, we don't know what's going on other than "it doesn't work". Latest Webdriver UDF Release Webdriver Wiki FAQs
Ebola57 Posted May 28, 2018 Author Posted May 28, 2018 In fact, the code return either 0 or nothing, as if I don't hit the good item
Danp2 Posted May 28, 2018 Posted May 28, 2018 I'm sure the output panel shows more than that. Please post the complete contents as requested. Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now