Search found 2 matches

by bbarbisch
Mon Jul 13, 2015 2:22 pm
Forum: Automation API
Topic: Reusing an Adapter object for visibility checks
Replies: 1
Views: 2475

Reusing an Adapter object for visibility checks

Hi, Is it possible to reuse a already generated Adapter object for visiblity checks? because currently I'm observing the following behavior: The value of the Visibility flag of an Adapter object does not change after the object was created even if the application under test shows the element. (This ...
by bbarbisch
Mon Sep 13, 2010 11:16 am
Forum: General Questions
Topic: Problem with " " and Element.InnerText
Replies: 1
Views: 5513

Problem with " " and Element.InnerText

Hi, I've a problem with comparing the value of a web element (retrieved by Element.InnerText) with a given String. The value of the web element contains a " " element instead of a normal space character. After comparing the ascii codes of the read value and the given String I found that the cod...