- Deepthi Guduru
- Posts : 1
Join date : 2016-09-16
Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
Fri Sep 16, 2016 1:24 am
Hello All,
I am using Selenium Webdriver . I want to select the "back " button of the firefox browser and right click the back button and select an option.
I see there is "Actions" API to right click, But i am not able to select/find the "back" button element of the firefox browserto right click using selenium .
Can any one please help me .
Code iam trying is :: Using firefox Driver to inittate the Webdriver
Actions action= new Actions(driver);
action.contextClick(productLink).sendKeys(Keys.ARROW_DOWN).sendKeys(Keys.ARROW_DOWN).sendKeys(Keys.RETURN).build().perform();
In the above code , in place of "productlink", i should select the back button element of the firefox browser to right click .
Thanks,
Deepthi
I am using Selenium Webdriver . I want to select the "back " button of the firefox browser and right click the back button and select an option.
I see there is "Actions" API to right click, But i am not able to select/find the "back" button element of the firefox browserto right click using selenium .
Can any one please help me .
Code iam trying is :: Using firefox Driver to inittate the Webdriver
Actions action= new Actions(driver);
action.contextClick(productLink).sendKeys(Keys.ARROW_DOWN).sendKeys(Keys.ARROW_DOWN).sendKeys(Keys.RETURN).build().perform();
In the above code , in place of "productlink", i should select the back button element of the firefox browser to right click .
Thanks,
Deepthi
- jyoti
- Posts : 3
Join date : 2016-11-15
Re: Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
Tue Nov 15, 2016 3:54 pm
hi ,i am hostinf selenium test in IIS 8 but it not working throwing error" Cannot start the driver service on localhost" but the same test is working in IIS7, can any one help me to come out frome this issue .please respond ASAP it is very urgent
- In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
- selenium to select an option from drop down menu
- Selecting a option tag inside a select menu
- Click operation is not happening on element, on HTML5 Canvas on Firefox 10.0 Browser?
- Click on a button not working properly with Selenium Server.
Permissions in this forum:
You cannot reply to topics in this forum