webdriverxx
webdriverxx copied to clipboard
Compilation error with newest standards on g++
std::string
initialization from nullptr
is not allowed in C++23
. Please change nullptr
to empty C-string or whatever.
https://github.com/GermanAizek/webdriverxx/blob/b8c9ac36360021daca7b0fd006a092b605b19e29/include/webdriverxx/by.h#L11