I want to call MapITRFtoWgs84() function multiple times, actually giving input from a text file and write the output to the another text file? I think Selenium is appropirate tool for my goal. How can I do that? Here is the photo of the calling function from chrome console: ss of chrome console
-
Which programming language are you usingPDHide– PDHide2021-03-07 10:44:57 +00:00Commented Mar 7, 2021 at 10:44
-
java or python is ok for meofsisman– ofsisman2021-03-07 12:03:41 +00:00Commented Mar 7, 2021 at 12:03
-
what happens if you do driver.execute_script("MapITRFtoWgs84()") or driver.execute_script("$.MapITRFtoWgs84()") or driver.execute_script("document.MapITRFtoWgs84()")PDHide– PDHide2021-03-07 12:09:59 +00:00Commented Mar 7, 2021 at 12:09
Add a comment
|