Skip to content Skip to sidebar Skip to footer

Ask To Join In Google Meet Selenium

i am working on a an api project there is a part in it which takes input from the user about Google meeting code and enter him to the google meeting the real problem is when i give

Solution 1:

Use below XPath.

//div[@role='button']//span[contains(text(), 'Ask to join')]

Post a Comment for "Ask To Join In Google Meet Selenium"