You are not logged in.

1

Saturday, April 29th 2006, 9:08pm

DCOP and khtml

Hey, I'm trying to write a script using DCOP to open a web page, put some text in a textarea of a form, and submit the form. Does anyone know if this is possible?

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Sunday, April 30th 2006, 12:31am

RE: DCOP and khtml

You can't fill in and submit forms with DCOP.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

3

Sunday, April 30th 2006, 1:01am

Thanks.

I figured out how to do it with cURL.

DOM manipulation with DCOP in khtml would be really cool though.