Latest Activity
Hello, I am attempting to find an element by Xpath via the id. When the syntax is not passing anything in it looks like this and works fine: FindElementByXPath(//LI[\@id = "dc_region_chzn_o_11")]); FireEventOnSelectedElement(onmousemove>onmouseover>...
I am attempting to scrape a website with an iframe disclaimer that must click a link and then select Accept on the iframe disclaimer. This worked fine in ie 9 but the frame does not open up on ie 11 when the wrapper is running. I was wondering if th...
Typing 114 characters and receive this error message "description: The maximum field length is 32000 characteres"
Hello, I am trying to find an element which is a textbox by name or id. The last 5 digits of the ID and name change daily.(example below) I was wondering if there is a way to FindElement that starts with, or contains, or islike a certain phrase rat...
I have been following the instructions in exploring RESTful web services from the denodo community site. https://community.denodo.com/tutorials/browse/basics/4connect3consume But when i try to access the Denodo using RESTfull webservice(http://localh...
Hello, I would like to download the Denodo Express edition on Linix 64BIT OS directly using WGET utility. Any idea how I can do so? Thanks, SB
Related to: Denodo Platform Installation Guide
Sometimes we want distinct elements returned, sometimes we don't. Is it possible to use a single view but send the 'distinct' modified via the web service? Or do we need to create another view that includes the distinct modifier? Thank you!
Hello, We have the useDecimal property set to "true" on all our servers, but every time a developer installs Denodo they have to remember to change this. Is it possible to change the default setting so that every new install gets the correct value fo...
I am attempting to set an SetValue(^EncodeSeq(@County_Input)); My issue is that the drop down has the county name and the time it was updated. I need to know how to be able to select the value based on just the first word ignoring the time updated. ...