I have a 0.
0
I try to write a test that myDiv has 0 text in it. With WebDriver it is:
You can also verify the text in the div by:
$browser.is_element_present("//div[@name='myDiv']/.[text()='0']")