Aditya Ivaturi
|
067d1dcc50
fixed the find_element method, looks like the FINDERS I've been using are wrong or the server hasn't iplemented all finders yet.
|
il y a 15 ans |
Aditya Ivaturi
|
879a9f0dd0
localhost server to allow live testing for driver
|
il y a 15 ans |
Aditya Ivaturi
|
6efb07ddd6
Includes recent changes.
|
il y a 15 ans |
Aditya Ivaturi
|
8d6de51c9f
Added POD for all the methods that are exposed to the end user.
|
il y a 15 ans |
Aditya Ivaturi
|
7f4a7ac9eb
Added some POD, still more to do...
|
il y a 15 ans |
Aditya Ivaturi
|
67cb78346e
Added auto close in DESTROY method
|
il y a 15 ans |
Aditya Ivaturi
|
8060668175
Added version
|
il y a 15 ans |
Aditya Ivaturi
|
516c3277b0
Implemented all the remaining commands.
|
il y a 15 ans |
Aditya Ivaturi
|
775155c835
Added implicit wait timeout command
|
il y a 15 ans |
Aditya Ivaturi
|
f98b8cc991
Impleted all the WebElement related commands. Still need to document all these methods.
|
il y a 15 ans |
Aditya Ivaturi
|
ef8140690c
Implemented a couple of more commands for elements.
|
il y a 15 ans |
Aditya Ivaturi
|
46c195dddb
find_element & find_elements now returns WebElement object(s)
|
il y a 15 ans |
Aditya Ivaturi
|
7482e81734
Added support for the concept of WebElement.
|
il y a 15 ans |
Aditya Ivaturi
|
dfc09ea822
Made changes to be compatible with the recent JSON wire protocol changes & streamlined how the response is processed & returned to the end user. From now on each method of Driver will always return a hash with cmd_status & cmd_return as keys which will tell whether the command executed OK or not (NOTOK). cmd_result will either contain the value returned from the server or the error explanation & stack trace if included.
|
il y a 15 ans |
Aditya Ivaturi
|
61c58d7f37
comments added.
|
il y a 15 ans |
Aditya Ivaturi
|
3ea40ea630
some extra comments
|
il y a 15 ans |
Aditya Ivaturi
|
822b32686a
Started adding POD for the functional methods.
|
il y a 15 ans |
Aditya Ivaturi
|
e7022f0833
Stopped using String::TT as it has lot of dependencies & in our case all it does is simple substitutions anyway.
|
il y a 15 ans |
Aditya Ivaturi
|
2170221d0e
selenium-test-server.pl is going to simulate a Selenium 2.0 REST servie to aid in testing. It will support all the resources defined in JSON Wire protocol. Think of this an instance of a MockObject so that the remote bindings can be tested without the need for an actual Selenium 2.0 remote server. This script will start a server at port 4444.
|
il y a 15 ans |
Aditya Ivaturi
|
3ae0e2fe10
few more commands implemented
|
il y a 15 ans |
Aditya Ivaturi
|
dc0650fdbf
A proper error hash is now returned which includes a friendly error message & the stack trace returned from the server.
|
il y a 15 ans |
Aditya Ivaturi
|
f50ff673f9
get_params accepts a hash now, with:
|
il y a 15 ans |
Aditya Ivaturi
|
df1db14d19
Added _execute_command method to offload all the resource substitution & requests to the RC server.
|
il y a 15 ans |
Aditya Ivaturi
|
c071f9e33d
Merge branch 'master' of http://github.com/aivaturi/Selenium-Remote-Driver
|
il y a 15 ans |
Aditya Ivaturi
|
220c5686f3
cleaned up some commented code.
|
il y a 15 ans |
Aditya Ivaturi
|
7ccb623a28
Implemented a few more commands
|
il y a 15 ans |
Aditya Ivaturi
|
f6860c8457
For newSession, we need to return back the whole response value hash as it contains the sessionId information we need. For remaining commands, we can just send back the value hash alone
|
il y a 15 ans |
Aditya Ivaturi
|
0e39ea1f77
Added extra note to notify that this is not ready for general use yet.
|
il y a 15 ans |
Aditya Ivaturi
|
c32225b229
|
il y a 15 ans |
Aditya Ivaturi
|
644d446f5a
- moved _get_command_result to RemoteConnection as it belongs there and the request operation is self contained. i.e. when a request method is called now, it'll process the data & return the appropriate result back.
|
il y a 15 ans |