11-13-2014, 04:11 AM
I have a Grid which has dropdown to select how many rows to display. Manually you would click the down arrow and you select the option from the list of pages.
I am not able to find anyway of clicking on the text. And its a webelement.
I selected the text with following code:
Also looked code behind the page and did not see any java script related to clicking method for the text, so I asked the developer I was told its part of the grid so its done by the grid code.
Could it be build in Grid Tool or developer did not know what he is talking about.
I am not able to find anyway of clicking on the text. And its a webelement.
I selected the text with following code:
Code:
set abc = Browser("").Page("").WebElement("html tag:=SPAN","class:=t-input")
abc.Object.innertext = "50"
Also looked code behind the page and did not see any java script related to clicking method for the text, so I asked the developer I was told its part of the grid so its done by the grid code.
Could it be build in Grid Tool or developer did not know what he is talking about.