package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
438 B
14 lines
438 B
7 months ago
|
diff --git a/include/webdriverxx/by.h b/include/webdriverxx/by.h
|
||
|
index 0ee2a1b..3f5b44e 100644
|
||
|
--- a/include/webdriverxx/by.h
|
||
|
+++ b/include/webdriverxx/by.h
|
||
|
@@ -8,7 +8,7 @@ namespace webdriverxx {
|
||
|
|
||
|
class By { // copyable
|
||
|
public:
|
||
|
- By() : strategy_("css selector"), value_(nullptr) {}
|
||
|
+ By() : strategy_("css selector"), value_("") {}
|
||
|
|
||
|
By(const std::string& strategy, const std::string& value)
|
||
|
: strategy_(strategy)
|