Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNI not found, Timeout waiting for service to be available in GingerGrid #3422

Open
ManasiPatil2117 opened this issue Dec 29, 2023 · 0 comments

Comments

@ManasiPatil2117
Copy link

ManasiPatil2117 commented Dec 29, 2023

I have installed the Python plugin in Ginger By Amdocs. I am getting above GNI error while executing the below python code-

from selenium import webdriver
from selenium.webdriver.chrome.options import Options
import time
def handle_location_permissions():
options = Options()
options.add_argument("--disable-notifications")
prefs = {
"profile.default_content_setting_values.geolocation": 1
}
options.add_experimental_option("prefs", prefs)
driver = webdriver.Chrome(options=options)
driver.maximize_window()
driver.get('https://www.justdial.com/')
time.sleep(50)
handle_location_permissions()

This code works fine if executed outside of Ginger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant