Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Oops, I see what happening, and I made the fixes. |
|
|
Hi John,
|
|
|
As I feared, the exact xpath has changed! It is now "/html/body/div[@id='content']/form[@id='Login']/table[2]/tbody/tr/td[2]/input" It would be better if it just found whatever INPUT element had type="password", anywhere in the document. |
|
|
I signed up on treasurydirect.gov, and the manditory on-screen randomized keyboard is utterly ridiculus! I found it could be enabled with Forms|Enable Form Fields on the web developer toolbar. Before making a script, I checked and found it already done. The code is simple and to the point: locate the item and change the property. Perhaps too specialized...if they change the page much it might not work. I'd have located the field by finding the disabled password box, without caring where it was. |