class www_mechanize : Perl.sv ->
object
.. end
Inherits
method agent_alias : string -> unit
method known_agent_aliases : string list
method get : string -> unit
method reload : unit -> unit
method back : unit -> unit
method follow_link : ?text:string ->
?text_regex:string ->
?url:string ->
?url_regex:string ->
?url_abs:string ->
?url_abs_regex:string ->
?name:string ->
?name_regex:string ->
?tag:string -> ?tag_regex:string -> ?n:int -> unit -> unit
method forms : Pl_HTML_Form.html_form list
method form_number : int -> Pl_HTML_Form.html_form
method form_name : string -> Pl_HTML_Form.html_form
method field : ?n:int -> string -> string -> unit
method set_fields : (string * string) list -> unit
method value : ?n:int -> string -> string
method set_visible : string list -> unit
method tick : ?set:bool -> string -> string -> unit
method untick : string -> string -> unit
method click : ?xy:int * int -> string -> unit
method click1 : unit -> unit
method click_button : ?name:string -> ?number:int -> ?value:string -> ?xy:int * int -> unit -> unit
method select : string -> string -> unit
method select_multiple : string -> string list -> unit
method submit : unit -> unit
method submit_form : ?form_number:int ->
?form_name:string ->
?fields:(string * string) list ->
?button:string -> ?xy:int * int -> unit -> Pl_HTTP_Response.http_response
method success : bool
method uri : string
method response : Pl_HTTP_Response.http_response
method res : Pl_HTTP_Response.http_response
method status : int
method ct : string
method base : string
method content : string
method links : www_mechanize_link list
method is_html : bool
method title : string
method quiet : bool
method set_quiet : bool -> unit
method redirect_ok : bool