1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/src/Url.h

13 lines
164 B
C
Raw Normal View History

2011-02-25 17:53:36 -05:00
#include "Command.h"
class WebPage;
class Url : public Command {
Q_OBJECT
public:
Url(WebPage *page, QObject *parent = 0);
virtual void start();
};