- faramkaProfessional
- Posts : 143
Join date : 2011-09-15
Location : Poland
Typing quotation marks
Mon Oct 03, 2011 6:14 pm
Hi,
Is it possible to type a quotation marks or apostrophe in input?
When I use
The same thing happens when I type quotation marks in this way:
In my browser I can see just something, not "something" or 'something' in input.
I'm using Selenium with PHPUnit.
Is it possible to type a quotation marks or apostrophe in input?
When I use
- Code:
$this->type("input_id", " 'something' ");
$this->type("input_id", ' "something" ');
The same thing happens when I type quotation marks in this way:
- Code:
\ "
\ '
In my browser I can see just something, not "something" or 'something' in input.
I'm using Selenium with PHPUnit.
Permissions in this forum:
You cannot reply to topics in this forum