Shailesh Gavathe

Results 7 comments of Shailesh Gavathe

@damix911 Would love to see this working under ESRI 3d? If you give me any pointers, I can look at fixing it. We display Network Graphs on the map with...

how are you building it? check their readme page. https://github.com/protocolbuffers/protobuf/blob/main/cmake/README.md ``` RUN cmake -DCMAKE_CXX_STANDARD=23 -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_FIND_DEBUG_MODE=OFF -DBUILD_DEPS=ON -Dabsl_DIR=third_party/abseil-cpp/lib/cmake/absl -Dprotobuf_ABSL_PROVIDER=package . && \ cmake --build . && \ cmake --install ....

This may not be your problem but after trying numerous very different things, this was my problem. I had these experimental settings and I am on OpenVPN. I commented those...

luckily I don't have to deal with WSL anymore. Got the Mac pro and all good. Thanks for the WSL, at least an option for Linux based development.

yes, it works with ```actions.move_to_element_with_offset(element, 0, 0).perform()``` But this seems like a misstep, since Selenium IDE is moving an element by some offset. But it is also not recorded in...

@toddtarsi I haven't been able to mimic exactly what Selenium IDE was doing when Elements moves when the Script is Exported. I was able to move elements with those screen...