04-12-2018, 05:05 PM
Are you able to provide an example?
I thought that I was doing that here:
Browser("MyBrowser").Page("MyPage").WebElement("selCountry").SetTOProperty "innertext", DataTable("Country", dtGlobalSheet)
when essentially this is the same as:
Browser("MyBrowser").Page("MyPage").WebElement("selCountry").SetTOProperty "innertext", "UNITED STATES"
Thank you.
I thought that I was doing that here:
Browser("MyBrowser").Page("MyPage").WebElement("selCountry").SetTOProperty "innertext", DataTable("Country", dtGlobalSheet)
when essentially this is the same as:
Browser("MyBrowser").Page("MyPage").WebElement("selCountry").SetTOProperty "innertext", "UNITED STATES"
Thank you.